Skip to content

Commit 2a18e8b

Browse files
chore: updated toolchain to nightly-2026-05-01
1 parent 40c8f3b commit 2a18e8b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.current-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2026-04-30
1+
nightly-2026-05-01

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rebuild-config-test-crates:
5050
# Run book tests.
5151
book-tests:
5252
cargo build --package oxiplate --target-dir target/book/
53-
RUSTUP_TOOLCHAIN="nightly-2026-04-30" CARGO_MANIFEST_DIR=`pwd`/book/lib mdbook test --library-path target/book/debug/deps
53+
RUSTUP_TOOLCHAIN="nightly-2026-05-01" CARGO_MANIFEST_DIR=`pwd`/book/lib mdbook test --library-path target/book/debug/deps
5454

5555
# Format code.
5656
[group("Lint")]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2026-04-30"
2+
channel = "nightly-2026-05-01"
33
components = [ "rustfmt", "clippy", "rust-src", "llvm-tools-preview" ]
44
targets = [ "x86_64-unknown-none" ]

0 commit comments

Comments
 (0)