Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 2, 2023
1 parent b40c248 commit 9e38374
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ path = "src/lib.rs"

[dependencies]
groestlcoincore-rpc-json = { version = "0.17.0", path = "../json" }

log = "0.4.5"
jsonrpc = "0.14.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81" }
groestlcoin-private = "0.1.0"

# Used for deserialization of JSON.
serde = "1"
serde_json = "1"
groestlcoin-private = "0.1.0"
[dev-dependencies]
tempfile = "3.3.0"

0 comments on commit 9e38374

Please sign in to comment.