Skip to content

Commit

Permalink
Once cell needs std and default features
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Jul 1, 2024
1 parent 0d12c50 commit 740b18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ readme = "README.md"
[dependencies]
anyhow = "1"
byteorder = { version = "1", default-features = true, optional = true }
once_cell = { version = "1", default-features = false }
once_cell = { version = "1", default-features = true }
prometheus = { version = "0.13", default-features = false }
proptest = { version = "1", optional = true }
proptest-derive = { version = "0.5", optional = true }
rocksdb = { version = "0.22", features = ["lz4"], default-features = false }
thiserror = "1"
tracing = "0.1"
tracing = { version = "0.1", default-features = false }
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] }

[dev-dependencies]
Expand Down

0 comments on commit 740b18a

Please sign in to comment.