Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ both threadsafe and memory safe and allows both reading and writing git
repositories.
"""
categories = ["api-bindings"]
edition = "2018"
edition = "2021"

[dependencies]
url = "2.5.4"
Expand Down
2 changes: 1 addition & 1 deletion git2-curl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Backend for an HTTP transport in libgit2 powered by libcurl.

Intended to be used with the git2 crate.
"""
edition = "2018"
edition = "2021"

[dependencies]
curl = "0.4.33"
Expand Down
2 changes: 1 addition & 1 deletion libgit2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
"libgit2/fuzzers/*",
"libgit2/tests/*",
]
edition = "2018"
edition = "2021"

[lib]
name = "libgit2_sys"
Expand Down
2 changes: 1 addition & 1 deletion systest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "systest"
version = "0.1.0"
authors = ["Alex Crichton <[email protected]>"]
build = "build.rs"
edition = "2018"
edition = "2021"

[dependencies]
libgit2-sys = { path = "../libgit2-sys", features = ['https', 'ssh'] }
Expand Down