Skip to content

Commit

Permalink
Update rust toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Giaquinta <[email protected]>
  • Loading branch information
exg committed Apr 19, 2024
1 parent 178de9a commit 83476ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_TOOLCHAIN: nightly-2024-01-17
RUST_TOOLCHAIN: nightly-2024-04-18

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_TOOLCHAIN: nightly-2024-01-17
RUST_TOOLCHAIN: nightly-2024-04-18

jobs:
build-linux-x86_64:
Expand Down

0 comments on commit 83476ba

Please sign in to comment.