Skip to content

Commit

Permalink
made hex needed
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 27, 2024
1 parent 4536cd1 commit 4e9cd86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/rs-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0.197", default-features = false, features = [
], optional = true }
serde_json = { version = "1.0", features = ["preserve_order"], optional = true }
tracing = { version = "0.1.40" }
hex = { version = "0.4.3", optional = true }
hex = { version = "0.4.3"}
dotenvy = { version = "0.15.7", optional = true }
envy = { version = "0.4.2", optional = true }
futures = { version = "0.3.30" }
Expand Down Expand Up @@ -66,7 +66,6 @@ mocks = [
"dpp/random-identities",
"drive/serde",
"drive-proof-verifier/mocks",
"dep:hex",
"dep:dotenvy",
"dep:envy",
"dep:lru",
Expand Down

0 comments on commit 4e9cd86

Please sign in to comment.