Skip to content

Commit

Permalink
set rust-toolchain and rust-version to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Sep 11, 2023
1 parent d2f1621 commit 02892b8
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 8 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.67.0"
rust-version = "1.70.0"
include = [
"README.md",
"Cargo.toml",
Expand Down
1 change: 0 additions & 1 deletion bin/rust-toolchain

This file was deleted.

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.67.0"
rust-version = "1.70.0"
include = [
"./README.md",
"Cargo.toml",
Expand Down
1 change: 0 additions & 1 deletion command/rust-toolchain

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sozu-e2e"
version = "0.15.3"
rust-version = "1.67.0"
rust-version = "1.70.0"
edition = "2021"

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion e2e/rust-toolchain

This file was deleted.

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = [
]
categories = ["network-programming"]
edition = "2021"
rust-version = "1.67.0"
rust-version = "1.70.0"
include = [
"./README.md",
"Cargo.toml",
Expand Down
1 change: 0 additions & 1 deletion lib/rust-toolchain

This file was deleted.

1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.70.0

0 comments on commit 02892b8

Please sign in to comment.