Skip to content

Commit 8dd19fd

Browse files
Ruben2424seanmonstar
authored andcommitted
update editions
1 parent 95242b6 commit 8dd19fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "examples"
33
version = "0.0.0"
44
publish = false
5-
edition = "2018"
5+
edition = "2021"
66

77
# If you copy one of the examples into a new project, you should be using
88
# [dependencies] instead.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "h3-fuzz"
33
version = "0.0.0"
44
authors = ["Automatically generated"]
55
publish = false
6-
edition = "2018"
6+
edition = "2021"
77

88
[package.metadata]
99
cargo-fuzz = true

h3-quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "h3-quinn"
33
version = "0.0.5"
44
rust-version = "1.63"
55
authors = ["Jean-Christophe BEGUE <[email protected]>"]
6-
edition = "2018"
6+
edition = "2021"
77
documentation = "https://docs.rs/h3-quinn"
88
repository = "https://github.com/hyperium/h3"
99
readme = "../README.md"

h3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
"Jean-Christophe BEGUE <[email protected]>",
88
]
99
license = "MIT"
10-
edition = "2018"
10+
edition = "2021"
1111
documentation = "https://docs.rs/h3"
1212
repository = "https://github.com/hyperium/h3"
1313
readme = "../README.md"

0 commit comments

Comments
 (0)