Skip to content

Commit

Permalink
chore: update to latest GroveDB (Proofs v1)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 9, 2024
1 parent 76a9a00 commit 0e29160
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions packages/rs-drive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ 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", branch = "feat/proofV2", optional = true, default-features = false }
grovedb-costs = { git = "https://github.com/dashpay/grovedb", branch = "feat/proofV2", optional = true }
grovedb-path = { git = "https://github.com/dashpay/grovedb", branch = "feat/proofV2" }
grovedb-storage = { git = "https://github.com/dashpay/grovedb", branch = "feat/proofV2", optional = true }
grovedb = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd", optional = true, default-features = false }
grovedb-costs = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd", optional = true }
grovedb-path = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd" }
grovedb-storage = { git = "https://github.com/dashpay/grovedb", rev = "9cecef910c453fd1dd00eaa8ba2251b15a193bcd", optional = true }

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

0 comments on commit 0e29160

Please sign in to comment.