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 f8e2cad commit 00bd786Copy full SHA for 00bd786
program/Cargo.toml
@@ -37,7 +37,7 @@ spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length
37
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
38
thiserror = "2.0"
39
serde = { version = "1.0.216", optional = true }
40
-serde_with = { version = "3.11.0", optional = true }
+serde_with = { version = "3.12.0", optional = true }
41
base64 = { version = "0.22.1", optional = true }
42
43
[target.'cfg(not(target_os = "solana"))'.dependencies]
0 commit comments