Skip to content

Commit bb658dd

Browse files
authored
Merge pull request #1173 from ehuss/edition
Update to 2021 edition
2 parents c8e5d5d + b221928 commit bb658dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ both threadsafe and memory safe and allows both reading and writing git
1313
repositories.
1414
"""
1515
categories = ["api-bindings"]
16-
edition = "2018"
16+
edition = "2021"
1717

1818
[dependencies]
1919
url = "2.5.4"

git2-curl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Backend for an HTTP transport in libgit2 powered by libcurl.
1010
1111
Intended to be used with the git2 crate.
1212
"""
13-
edition = "2018"
13+
edition = "2021"
1414

1515
[dependencies]
1616
curl = "0.4.33"

libgit2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [
1414
"libgit2/fuzzers/*",
1515
"libgit2/tests/*",
1616
]
17-
edition = "2018"
17+
edition = "2021"
1818

1919
[lib]
2020
name = "libgit2_sys"

systest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "systest"
33
version = "0.1.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
build = "build.rs"
6-
edition = "2018"
6+
edition = "2021"
77

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

0 commit comments

Comments
 (0)