Skip to content

Commit

Permalink
Merge tari-project#2215: Bump monero dep to ^0.9.1
Browse files Browse the repository at this point in the history
Bump monero dep to ^0.9.1
  • Loading branch information
stringhandler committed Sep 15, 2020
2 parents 59b9a92 + 31544ac commit c631896
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 69 deletions.
70 changes: 3 additions & 67 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion applications/tari_merge_mining_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hex = "0.4.2"
hyper = "0.13.7"
jsonrpc = "0.11.0"
log = { version = "0.4.8", features = ["std"] }
monero = {version = "0.8.1", features = ["serde_support"]}
monero = {version = "^0.9.1", features = ["serde_support"]}
rand = "0.7.2"
reqwest = {version = "0.10.8", features=["json"]}
serde = { version="1.0.106", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion base_layer/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tari_broadcast_channel = "^0.2"
tari_shutdown = { version = "^0.2", path = "../../infrastructure/shutdown" }
tari_mmr = { version = "^0.2", path = "../../base_layer/mmr", optional = true }
randomx-rs = { version = "0.4.0", optional = true }
monero = { version = "0.8.1", features= ["serde_support"], optional = true }
monero = { version = "^0.9.1", features= ["serde_support"], optional = true }
bitflags = "1.0.4"
chrono = { version = "0.4.6", features = ["serde"]}
digest = "0.8.0"
Expand Down

0 comments on commit c631896

Please sign in to comment.