Skip to content

Commit

Permalink
Update remaining crates to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed May 10, 2023
1 parent 8578989 commit b0433cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bench"
version = "0.1.0"
edition = "2018"
edition = "2021"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fuzz"
version = "0.1.0"
publish = false
license = "MIT OR Apache-2.0"
edition = "2018"
edition = "2021"

[package.metadata]
cargo-fuzz = true
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "perf"
version = "0.1.0"
edition = "2018"
edition = "2021"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion quinn-udp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quinn-udp"
version = "0.4.0"
edition = "2018"
edition = "2021"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"
Expand Down

0 comments on commit b0433cd

Please sign in to comment.