Skip to content

Commit

Permalink
a few more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Apr 5, 2024
1 parent c8dd1c1 commit 9a440eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grovedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ documentation = "https://docs.rs/grovedb"
grovedb-merk = { version = "1.0.0-rc.2", path = "../merk", optional = true, default-features = false }
thiserror = { version = "1.0.58", optional = true }
tempfile = { version = "3.10.1", optional = true }
bincode = { version = "2.0.0-rc.3", optional = true }
bincode = { version = "2.0.0-rc.3" }
grovedb-storage = { version = "1.0.0-rc.2", path = "../storage", optional = true }
grovedb-visualize = { version = "1.0.0-rc.2", path = "../visualize", optional = true }
hex = { version = "0.4.3", optional = true }
Expand Down Expand Up @@ -43,7 +43,6 @@ full = [
"grovedb-merk/full",
"thiserror",
"tempfile",
"bincode",
"grovedb-storage/rocksdb_storage",
"visualize",
"hex",
Expand Down

0 comments on commit 9a440eb

Please sign in to comment.