Skip to content

Commit

Permalink
chore: update to GroveDB Version 1.0.0 (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Jul 29, 2024
1 parent 9001aa9 commit 5b32b0b
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 29 deletions.
87 changes: 63 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/rs-drive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ enum-map = { version = "2.0.3", optional = true }
intmap = { version = "2.0.0", features = ["serde"], optional = true }
chrono = { version = "0.4.35", optional = true }
itertools = { version = "0.11.0", optional = true }
grovedb = { git = "https://github.com/dashpay/grovedb", rev = "4d14ae374d58a1b04a4dc63b1435e1781ccff1d1", optional = true, default-features = false }
grovedb-costs = { git = "https://github.com/dashpay/grovedb", rev = "4d14ae374d58a1b04a4dc63b1435e1781ccff1d1", optional = true }
grovedb-path = { git = "https://github.com/dashpay/grovedb", rev = "4d14ae374d58a1b04a4dc63b1435e1781ccff1d1" }
grovedb-storage = { git = "https://github.com/dashpay/grovedb", rev = "4d14ae374d58a1b04a4dc63b1435e1781ccff1d1", optional = true }
grovedb-version = "1.0.0-rc.2"
grovedb = { version = "1.0.0", optional = true, default-features = false }
grovedb-costs = { version = "1.0.0", optional = true }
grovedb-path = { version = "1.0.0" }
grovedb-storage = { version = "1.0.0", optional = true }
grovedb-version = "1.0.0"

[dev-dependencies]
criterion = "0.3.5"
Expand Down

0 comments on commit 5b32b0b

Please sign in to comment.