Skip to content

Commit 52afb98

Browse files
authored
Update toolchains (#93)
1 parent 162f3fc commit 52afb98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ regex = "1"
2525
syn = "1.0"
2626

2727
[workspace.metadata.cli]
28-
solana = "2.1.0"
28+
solana = "2.2.0"
2929

3030
[workspace.metadata.toolchains]
31-
build = "1.81.0"
32-
format = "nightly-2024-08-08"
33-
lint = "nightly-2024-08-08"
34-
test = "1.81.0"
31+
build = "1.84.1"
32+
format = "nightly-2024-11-22"
33+
lint = "nightly-2024-11-22"
34+
test = "1.84.1"

0 commit comments

Comments
 (0)