We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc06b3 commit 33c42e3Copy full SHA for 33c42e3
Cargo.toml
@@ -16,7 +16,7 @@ members = [
16
edition = "2021"
17
license = "Apache-2.0"
18
repository = "https://github.com/anza-xyz/pinocchio"
19
-rust-version = "1.79"
+rust-version = "1.84.1"
20
21
[workspace.dependencies]
22
five8_const = "0.1.4"
@@ -28,12 +28,12 @@ regex = "1"
28
syn = "1.0"
29
30
[workspace.metadata.cli]
31
-solana = "2.2.0"
+solana = "2.3.0"
32
33
[workspace.metadata.toolchains]
34
build = "1.84.1"
35
-format = "nightly-2024-11-22"
36
-lint = "nightly-2024-11-22"
+format = "nightly-2025-02-16"
+lint = "nightly-2025-02-16"
37
test = "1.84.1"
38
39
[workspace.metadata.release]
0 commit comments