Skip to content

Commit

Permalink
Update Rust edition to 2021 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton authored Dec 3, 2021
1 parent 8853c81 commit ee0d7f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apollo-router-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "apollo-router-benchmarks"
version = "0.1.0-alpha.0"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
edition = "2018"
edition = "2021"
license = "LicenseRef-ELv2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "apollo-router-core"
version = "0.1.0-alpha.1"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
edition = "2018"
edition = "2021"
license-file = "./LICENSE"

[features]
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "apollo-router"
version = "0.1.0-alpha.1"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
edition = "2018"
edition = "2021"
license-file = "./LICENSE"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "xtask"
version = "0.1.0-prealpha.1"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
edition = "2018"
edition = "2021"
license = "LicenseRef-ELv2"
publish = false

Expand Down

0 comments on commit ee0d7f9

Please sign in to comment.