Skip to content

Commit d46ab5f

Browse files
authored
Fix CI (#16)
1 parent 23a6a57 commit d46ab5f

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)