Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 10, 2024
1 parent 61f7289 commit de887f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sdk/instruction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ js-sys = { workspace = true }
wasm-bindgen = { workspace = true }

[dev-dependencies]
solana-instruction = { path = ".", features = [
"borsh",
] }
solana-instruction = { path = ".", features = ["borsh"] }

[build-dependencies]
rustc_version = { workspace = true, optional = true }
Expand All @@ -43,7 +41,7 @@ borsh = ["dep:borsh"]
frozen-abi = [
"dep:rustc_version",
"dep:solana-frozen-abi",
"dep:solana-frozen-abi-macro"
"dep:solana-frozen-abi-macro",
]
serde = [
"dep:serde",
Expand Down

0 comments on commit de887f4

Please sign in to comment.