Skip to content

Commit

Permalink
fix: upgrade rust version for netbench and xdp (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum authored Aug 1, 2023
1 parent 179acb8 commit 8ef0a6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ jobs:
- uses: actions-rs/[email protected]
id: toolchain
with:
toolchain: 1.66.0
toolchain: 1.67.0
profile: minimal
override: true
components: clippy,rustfmt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/netbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions-rs/[email protected]
id: toolchain
with:
toolchain: 1.65.0
toolchain: 1.67.0
override: true

- uses: camshaft/rust-cache@v1
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: actions-rs/[email protected]
id: toolchain
with:
toolchain: 1.65.0
toolchain: 1.67.0
override: true

- uses: camshaft/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion netbench/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.65.0"
channel = "1.67.0"
components = [ "rustc", "clippy", "rustfmt" ]
2 changes: 1 addition & 1 deletion tools/xdp/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.66.0"
channel = "1.67.0"
components = [ "rustc", "clippy", "rustfmt" ]

0 comments on commit 8ef0a6b

Please sign in to comment.