Skip to content

Commit

Permalink
Add more comparator traits
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Dec 3, 2024
1 parent 892c562 commit e109373
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 @@ -51,8 +51,8 @@ getrandom = { version = "0.2", features = ["js"] }
among = { version = "0.1", default-features = false, features = ["either"] }
arbitrary-int = { version = "1.2", default-features = false }
bitflags = "2"
# dbutils = { version = "0.12", default-features = false }
dbutils = { version = "0.12", path = "../layer0/dbutils", default-features = false }
dbutils = { version = "0.12", default-features = false }
# dbutils = { version = "0.12", path = "../layer0/dbutils", default-features = false }

either = { version = "1", default-features = false }
memchr = { version = "2", default-features = false, optional = true }
Expand Down

0 comments on commit e109373

Please sign in to comment.