Skip to content

Commit

Permalink
Merge branch 'master' into add-uint-fuzzy-to-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl authored Feb 14, 2025
2 parents 4533296 + fc50c25 commit e9a43f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ serde = { version = "1.0.101", default-features = false }
codec = { package = "parity-scale-codec", version = "3.7.4", default-features = false }
log = { version = "0.4.17", default-features = false }
schemars = ">=0.8.12"
rand_xorshift = "0.3.0"
tempfile = "3.1.0"
smallvec = "1.0.0"
parking_lot = "0.12.0"
Expand Down
1 change: 0 additions & 1 deletion fixed-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ static_assertions = { workspace = true }
arbitrary = { workspace = true, optional = true }

[dev-dependencies]
rand_xorshift = { workspace = true }
criterion = { workspace = true }
rand = { workspace = true, default-features = false, features = ["std_rng"] }

Expand Down
1 change: 0 additions & 1 deletion kvdb-rocksdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ name = "bench_read_perf"
harness = false

[dependencies]
smallvec = { workspace = true }
kvdb = { workspace = true }
num_cpus = { workspace = true }
parking_lot = { workspace = true }
Expand Down

0 comments on commit e9a43f8

Please sign in to comment.