Skip to content

Commit

Permalink
suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Jun 30, 2024
1 parent 834c882 commit 3e95442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rs-dpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ rust_decimal_macros = "1.29.1"
indexmap = { version = "2.0.2", features = ["serde"] }
strum = { version = "0.25.0", features = ["derive"] }
json-schema-compatibility-validator = { path = '../rs-json-schema-compatibility-validator' }
once_cell = "1.7"

[dev-dependencies]
test-case = { version = "2.0" }
tokio = { version = "1.17", features = ["full"] }
pretty_assertions = { version = "1.3.0" }
dpp = { path = ".", features = ["all_features_without_client"] }
assert_matches = "1.5.0"
once_cell = "1.7"

[features]
default = ["platform-value", "state-transitions"]
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ grovedb = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda
grovedb-costs = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda7c5d25d62db06ac341b0677", optional = true }
grovedb-path = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda7c5d25d62db06ac341b0677" }
grovedb-storage = { git = "https://github.com/dashpay/grovedb", rev = "d9292aa20bd8f3bda7c5d25d62db06ac341b0677", optional = true }
once_cell = "1.7"

[dev-dependencies]
criterion = "0.3.5"
Expand All @@ -68,6 +67,7 @@ dpp = { path = "../rs-dpp", features = [
"factories",
"data-contract-json-conversion",
], default-features = false }
once_cell = "1.7"
serde_json = { version = "1.0", features = ["preserve_order"] }

[[bench]]
Expand Down

0 comments on commit 3e95442

Please sign in to comment.