Skip to content

Commit 17c35db

Browse files
authored
Remove chrono (#3799)
* Remove chrono and switch to time-rs * update jortestkit
1 parent bc2a69d commit 17c35db

File tree

8 files changed

+110
-157
lines changed

8 files changed

+110
-157
lines changed

Cargo.lock

Lines changed: 23 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branc
2121
rand = "0.8"
2222
rand_core = "0.6"
2323
rand_chacha = "0.3"
24-
chrono = { version = "0.4.19", features = ["serde"] }
24+
time = { version = "0.3", features = ["serde", "local-offset", "parsing", "formatting", "macros"]}
2525
humantime = "2.0"
2626
thiserror = "1.0"
2727
multiaddr = { package = "parity-multiaddr", version = "0.11", default-features = false }

0 commit comments

Comments
 (0)