Skip to content

Commit

Permalink
Update edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 26, 2022
1 parent b362463 commit 45fb208
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2018"
edition = "2021"

[dependencies.anyhow]
version = "1"
Expand Down
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md

# Stable configurations
edition = "2018"
edition = "2021"
max_width = 140
merge_derives = true
use_field_init_shorthand = true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2018"
edition = "2021"

[workspace]
members = [ ".integration", "environment", "metrics", "network", "rpc", "storage" ]
Expand Down
2 changes: 1 addition & 1 deletion environment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2018"
edition = "2021"

[dependencies.num_cpus]
version = "1"
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2018"
edition = "2021"


[features]
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2018"
edition = "2021"

[dependencies.anyhow]
version = "1"
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2018"
edition = "2021"

[dependencies.anyhow]
version = "1"
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
categories = [ "cryptography", "operating-systems" ]
license = "GPL-3.0"
edition = "2018"
edition = "2021"

[[bench]]
name = "lookups"
Expand Down

0 comments on commit 45fb208

Please sign in to comment.