Skip to content

Commit

Permalink
Use workspace dep for bucket_map
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg committed Apr 18, 2023
1 parent 9358fde commit 6b27115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bv = { workspace = true, features = ["serde"] }
log = { workspace = true }
memmap2 = { workspace = true }
modular-bitfield = { workspace = true }
num_enum = "0.6.0"
num_enum = { workspace = true }
rand = { workspace = true }
solana-measure = { workspace = true }
solana-sdk = { workspace = true }
Expand Down

0 comments on commit 6b27115

Please sign in to comment.