Skip to content

Commit

Permalink
add rust-version and rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed May 5, 2023
1 parent 6fa15e5 commit 08504aa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors = [
]
categories = ["network-programming"]
edition="2021"
rust-version = "1.66.1"
include = [
"README.md",
"Cargo.toml",
Expand Down
1 change: 1 addition & 0 deletions bin/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.66.1
1 change: 1 addition & 0 deletions command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors = [
]
categories = ["network-programming"]
edition = "2021"
rust-version = "1.66.1"
include = [
"./README.md",
"Cargo.toml",
Expand Down
1 change: 1 addition & 0 deletions command/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.66.1
1 change: 1 addition & 0 deletions e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "sozu-e2e"
version = "0.1.0"
rust-version = "1.66.1"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions e2e/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.66.1
1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ authors = [
]
categories = ["network-programming"]
edition = "2021"
rust-version = "1.66.1"
include = [
"./README.md",
"Cargo.toml",
Expand Down
1 change: 1 addition & 0 deletions lib/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.66.1

0 comments on commit 08504aa

Please sign in to comment.