diff --git a/sdk/pubkey/Cargo.toml b/sdk/pubkey/Cargo.toml index 52b44176b96eff..514855a5871077 100644 --- a/sdk/pubkey/Cargo.toml +++ b/sdk/pubkey/Cargo.toml @@ -42,7 +42,7 @@ wasm-bindgen = { workspace = true } anyhow = { workspace = true } arbitrary = { workspace = true, features = ["derive"] } rand = { workspace = true } -solana-pubkey = { path = ".", features = ["borsh", "curve25519", "std"] } +solana-pubkey = { path = ".", features = ["borsh", "curve25519", "dev-context-only-utils", "std"] } [build-dependencies] rustc_version = { workspace = true }