Skip to content

Commit

Permalink
chore: update rocsdb in drive-abci
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 8, 2024
1 parent 49b36ca commit 79d673e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 182 deletions.
183 changes: 3 additions & 180 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/rs-drive-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ indexmap = { version = "2.2.6", features = ["serde"] }
dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore-rpc", tag = "v0.15.8" }
dpp = { path = "../rs-dpp", features = ["abci"] }
simple-signer = { path = "../simple-signer" }
rust_decimal = "1.2.5"
rust_decimal_macros = "1.25.0"
rust_decimal = { version = "1.36.0", default-features = false }
rust_decimal_macros = "1.36.0"
mockall = { version = "0.13", optional = true }
prost = { version = "0.13", default-features = false }
tracing = { version = "0.1.37", default-features = false, features = [] }
Expand Down

0 comments on commit 79d673e

Please sign in to comment.