Skip to content

Commit 2affdf0

Browse files
chore: updated toolchain to nightly-2026-04-29
1 parent 1215f9a commit 2affdf0

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-28
1+
nightly-2026-04-29

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-28" CARGO_MANIFEST_DIR=`pwd`/book/lib mdbook test --library-path target/book/debug/deps
53+
RUSTUP_TOOLCHAIN="nightly-2026-04-29" 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-28"
2+
channel = "nightly-2026-04-29"
33
components = [ "rustfmt", "clippy", "rust-src", "llvm-tools-preview" ]
44
targets = [ "x86_64-unknown-none" ]

0 commit comments

Comments
 (0)