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 8aed81c commit 07c53aeCopy full SHA for 07c53ae
transaction/Cargo.toml
@@ -76,6 +76,9 @@ solana-presigner = { workspace = true }
76
solana-pubkey = { workspace = true, features = ["rand"] }
77
solana-sha256-hasher = { workspace = true }
78
solana-system-interface = { workspace = true, features = ["bincode"] }
79
-solana-transaction = { path = ".", features = ["dev-context-only-utils"] }
+solana-transaction = { path = ".", features = [
80
+ "dev-context-only-utils",
81
+ "wincode",
82
+] }
83
solana-vote-interface = { workspace = true, features = ["bincode"] }
84
static_assertions = { workspace = true }
0 commit comments