Skip to content

Commit 4ad9411

Browse files
authored
rust: Bump nightly toolchain to match v2.0 (#38)
1 parent d6a03d5 commit 4ad9411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ solana = "2.0.1"
88
# Specify Rust toolchains for rustfmt, clippy, and build.
99
# Any unprovided toolchains default to stable.
1010
[workspace.metadata.toolchains]
11-
format = "nightly-2023-10-05"
12-
lint = "nightly-2023-10-05"
11+
format = "nightly-2024-05-02"
12+
lint = "nightly-2024-05-02"

0 commit comments

Comments
 (0)