Skip to content

Commit a577323

Browse files
authored
fix: rollback monero v0.18 (#97)
1 parent 54915e9 commit a577323

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Rollback Monero library bump from `0.18` to `0.17`
13+
1014
## [0.3.0] - 2022-12-12
1115

1216
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fixed-hash = "0.8"
1818
hex = "0.4"
1919
http = "0.2"
2020
jsonrpc-core = "18"
21-
monero = { version = "0.18", features = ["serde"] }
21+
monero = { version = "0.17", features = ["serde"] }
2222
reqwest = { version = "0.11", features = ["json", "socks"] }
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"

0 commit comments

Comments
 (0)