Skip to content

Commit

Permalink
add dev-context-only-utils to appease ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 1, 2024
1 parent 5ad04c6 commit a3488f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/pubkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit a3488f7

Please sign in to comment.