Skip to content

Commit 9e522ff

Browse files
committed
bump rust stable to 1.80.1, nightly to 2024-08-08
1 parent a88343a commit 9e522ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/rust-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
3030
nightly_version="$RUST_NIGHTLY_VERSION"
3131
else
32-
nightly_version=2024-07-21
32+
nightly_version=2024-08-08
3333
fi
3434

3535

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.80.0"
2+
channel = "1.80.1"

0 commit comments

Comments
 (0)