Skip to content

Commit 9ab246e

Browse files
committed
Merge branch 'main' into loris/add-compute-unit-helpers
2 parents 0a2f5ff + d46ab5f commit 9ab246e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ resolver = "2"
33
members = ["clients/rust"]
44

55
[workspace.metadata.cli]
6-
solana = "1.18.18"
6+
solana = "2.2.0"
77

88
# Specify Rust toolchains for rustfmt, clippy, and build.
99
# Any unprovided toolchains default to stable.
1010
[workspace.metadata.toolchains]
11-
format = "1.78.0"
12-
lint = "1.78.0"
11+
format = "nightly-2024-11-22"
12+
lint = "nightly-2024-11-22"

0 commit comments

Comments
 (0)