Skip to content

Commit bd162ff

Browse files
authored
Bump Solana and rust toolchains (#117)
#### Problem The other repos are all using Rust v1.86 and Solana v2.3, but this repo is still on an older compiler and tool suite. #### Summary of changes Bump it all!
1 parent 19ffb77 commit bd162ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ members = [
1212
]
1313

1414
[workspace.metadata.cli]
15-
solana = "2.2.0"
15+
solana = "2.3.4"
1616

1717
# Specify Rust toolchains for rustfmt, clippy, and build.
1818
# Any unprovided toolchains default to stable.
1919
[workspace.metadata.toolchains]
20-
nightly = "nightly-2024-11-22"
20+
nightly = "nightly-2025-02-16"
2121

2222
[workspace.metadata.spellcheck]
2323
config = "scripts/spellcheck.toml"

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.84.1"
2+
channel = "1.86.0"

0 commit comments

Comments
 (0)