Skip to content

Commit

Permalink
chore: update to latest grovedb 1.0.0-rc.2 (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Jul 12, 2024
1 parent 36a3fa6 commit f94d960
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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 = "8ada131a1079c763e83d2b11ab1f6abbd5d82e06", optional = true, default-features = false }
grovedb-costs = { git = "https://github.com/dashpay/grovedb", rev = "8ada131a1079c763e83d2b11ab1f6abbd5d82e06", optional = true }
grovedb-path = { git = "https://github.com/dashpay/grovedb", rev = "8ada131a1079c763e83d2b11ab1f6abbd5d82e06" }
grovedb-storage = { git = "https://github.com/dashpay/grovedb", rev = "8ada131a1079c763e83d2b11ab1f6abbd5d82e06", optional = true }
grovedb-version = { git = "https://github.com/dashpay/grovedb", rev = "8ada131a1079c763e83d2b11ab1f6abbd5d82e06" }
grovedb = { git = "https://github.com/dashpay/grovedb", version = "1.0.0-rc.2", optional = true, default-features = false }
grovedb-costs = { git = "https://github.com/dashpay/grovedb", version = "1.0.0-rc.2", optional = true }
grovedb-path = { git = "https://github.com/dashpay/grovedb", version = "1.0.0-rc.2" }
grovedb-storage = { git = "https://github.com/dashpay/grovedb", version = "1.0.0-rc.2", optional = true }
grovedb-version = { git = "https://github.com/dashpay/grovedb", version = "1.0.0-rc.2" }

[dev-dependencies]
criterion = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
thiserror = { version = "1.0.59" }
versioned-feature-core = { git = "https://github.com/dashpay/versioned-feature-core", version = "1.0.0" }
grovedb-version = { git = "https://github.com/dashpay/grovedb", rev = "8ada131a1079c763e83d2b11ab1f6abbd5d82e06"}
grovedb-version = { git = "https://github.com/dashpay/grovedb", version = "1.0.0-rc.2"}

[features]
mock-versions = []

0 comments on commit f94d960

Please sign in to comment.