Skip to content

Commit 395c8d3

Browse files
h4sh3dsilverpill
andauthored
Fix: reintroduced wrongly reverted #87 (#100)
* chore: update changelog for reverted #87 * Disable chrono default features This removes outdated time crate from dependency tree Co-authored-by: silverpill <silverpill@firemail.cc>
1 parent 5c6cd86 commit 395c8d3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 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+
### Removed
11+
12+
- Disable chrono default features by @silverpill ([#87](https://github.com/monero-rs/monero-rpc-rs/pull/87))
13+
1014
## [0.3.1] - 2022-12-12
1115

1216
### Changed
@@ -26,10 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630
- Monero library bumped to version `0.18` ([#83](https://github.com/monero-rs/monero-rpc-rs/pull/83))
2731
- Update fixed-hash requirement from 0.7 to 0.8 ([#85](https://github.com/monero-rs/monero-rpc-rs/pull/85))
2832

29-
### Removed
30-
31-
- Disable chrono default features by @silverpill ([#87](https://github.com/monero-rs/monero-rpc-rs/pull/87))
32-
3333
## [0.2.0] - 2022-07-29
3434

3535
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "RPC client for Monero daemon and wallet"
1212

1313
[dependencies]
1414
anyhow = "1"
15-
chrono = { version = "0.4", features = ["serde"] }
15+
chrono = { version = "0.4", default-features = false, features = ["serde"] }
1616
diqwest = { version = "1.1", optional = true }
1717
fixed-hash = "0.8"
1818
hex = "0.4"

0 commit comments

Comments
 (0)