Skip to content

Commit 07c53ae

Browse files
committed
Add wincode to dev-dependencies of solana-transaction
1 parent 8aed81c commit 07c53ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

transaction/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ solana-presigner = { workspace = true }
7676
solana-pubkey = { workspace = true, features = ["rand"] }
7777
solana-sha256-hasher = { workspace = true }
7878
solana-system-interface = { workspace = true, features = ["bincode"] }
79-
solana-transaction = { path = ".", features = ["dev-context-only-utils"] }
79+
solana-transaction = { path = ".", features = [
80+
"dev-context-only-utils",
81+
"wincode",
82+
] }
8083
solana-vote-interface = { workspace = true, features = ["bincode"] }
8184
static_assertions = { workspace = true }

0 commit comments

Comments
 (0)