We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54915e9 commit a577323Copy full SHA for a577323
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Rollback Monero library bump from `0.18` to `0.17`
13
14
## [0.3.0] - 2022-12-12
15
16
### Added
Cargo.toml
@@ -18,7 +18,7 @@ fixed-hash = "0.8"
18
hex = "0.4"
19
http = "0.2"
20
jsonrpc-core = "18"
21
-monero = { version = "0.18", features = ["serde"] }
+monero = { version = "0.17", features = ["serde"] }
22
reqwest = { version = "0.11", features = ["json", "socks"] }
23
serde = { version = "1", features = ["derive"] }
24
serde_json = "1"
0 commit comments