Skip to content

Commit

Permalink
remove dev-context-only-utils (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 10, 2024
1 parent 1fd98c1 commit 61f7289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/instruction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ wasm-bindgen = { workspace = true }
[dev-dependencies]
solana-instruction = { path = ".", features = [
"borsh",
"dev-context-only-utils",
] }

[build-dependencies]
Expand All @@ -41,7 +40,6 @@ rustc_version = { workspace = true, optional = true }
[features]
bincode = ["dep:bincode", "dep:serde"]
borsh = ["dep:borsh"]
dev-context-only-utils = [] # unused but CI fails without this.
frozen-abi = [
"dep:rustc_version",
"dep:solana-frozen-abi",
Expand Down

0 comments on commit 61f7289

Please sign in to comment.