Skip to content

Commit

Permalink
build: increase minimum supported rust version to 1.67.0
Browse files Browse the repository at this point in the history
* Needed by dependencies time

Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Aug 4, 2023
1 parent ad53420 commit c60f5ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
]
categories = ["network-programming"]
edition="2021"
rust-version = "1.66.1"
rust-version = "1.67.0"
include = [
"README.md",
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion bin/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.66.1
1.67.0
2 changes: 1 addition & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
]
categories = ["network-programming"]
edition = "2021"
rust-version = "1.66.1"
rust-version = "1.67.0"
include = [
"./README.md",
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion command/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.66.1
1.67.0
2 changes: 1 addition & 1 deletion e2e/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.66.1
1.67.0
2 changes: 1 addition & 1 deletion lib/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.66.1
1.67.0

0 comments on commit c60f5ee

Please sign in to comment.