From a3488f786222837e1664a6a53cad5094017ec2e9 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Thu, 1 Aug 2024 22:37:21 +0400 Subject: [PATCH] add dev-context-only-utils to appease ci --- sdk/pubkey/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }