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 c04a581 commit 9a07267Copy full SHA for 9a07267
clients/cli/Cargo.toml
@@ -18,7 +18,7 @@ console = "0.15.10"
18
futures = "0.3"
19
serde = "1.0.217"
20
serde_derive = "1.0.103"
21
-serde_json = "1.0.134"
+serde_json = "1.0.135"
22
solana-account-decoder = "2.1.0"
23
solana-clap-v3-utils = "2.1.0"
24
solana-cli-config = "2.1.0"
program/Cargo.toml
@@ -50,7 +50,7 @@ serial_test = "3.2.0"
50
solana-program-test = "2.1.0"
51
solana-sdk = "2.1.0"
52
spl-tlv-account-resolution = { version = "0.9.0", path = "../../libraries/tlv-account-resolution" }
53
54
55
[lib]
56
crate-type = ["cdylib", "lib"]
0 commit comments