Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 1, 2024
1 parent a3488f7 commit 88a0f0b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions sdk/pubkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ wasm-bindgen = { workspace = true }
anyhow = { workspace = true }
arbitrary = { workspace = true, features = ["derive"] }
rand = { workspace = true }
solana-pubkey = { path = ".", features = ["borsh", "curve25519", "dev-context-only-utils", "std"] }
solana-pubkey = { path = ".", features = [
"borsh",
"curve25519",
"dev-context-only-utils",
"std",
] }

[build-dependencies]
rustc_version = { workspace = true }
Expand All @@ -53,10 +58,7 @@ bytemuck = ["dep:bytemuck", "dep:bytemuck_derive"]
curve25519 = ["dep:curve25519-dalek", "sha2"]
default = ["std"]
dev-context-only-utils = ["dep:arbitrary", "std"]
frozen-abi = [
"dep:solana-frozen-abi",
"dep:solana-frozen-abi-macro",
]
frozen-abi = ["dep:solana-frozen-abi", "dep:solana-frozen-abi-macro"]
serde = ["dep:serde", "dep:serde_derive"]
sha2 = ["dep:solana-hasher", "solana-hasher/sha2"]
std = []
Expand Down

0 comments on commit 88a0f0b

Please sign in to comment.