Skip to content

Commit

Permalink
fix feature activation for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 4, 2024
1 parent c90e051 commit e974c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion sdk/hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ solana-frozen-abi = { workspace = true, optional = true }
solana-frozen-abi-macro = { workspace = true, optional = true }
solana-sanitize = { workspace = true }

[dev-dependencies]
solana-hash = { path = ".", features = ["dev-context-only-utils"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = { workspace = true }
wasm-bindgen = { workspace = true }
Expand All @@ -35,7 +38,7 @@ rustc_version = { workspace = true, optional = true }
borsh = ["dep:borsh", "std"]
bytemuck = ["dep:bytemuck", "dep:bytemuck_derive"]
default = ["std"]
dev-context-only-utils = []
dev-context-only-utils = ["bs58/alloc"]
frozen-abi = [
"dep:rustc_version",
"dep:solana-frozen-abi",
Expand Down

0 comments on commit e974c01

Please sign in to comment.