From 8b9aae7076f39a1ebeecb3e2b823503f437812fa Mon Sep 17 00:00:00 2001 From: Benjamin Vergnaud <9599845+bvergnaud@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:21:14 +0200 Subject: docs: add more details about date parsing in the stats command (#579) * docs: add more details about date parsing in the stats command * chore: Replace chrono-english crate with interim --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index d22210ca..44ebc48e 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -31,7 +31,7 @@ eyre = "0.6" directories = "4" uuid = { version = "1.2", features = ["v4"] } whoami = "1.1.2" -chrono-english = "0.1.4" +interim = { version = "0.1.0", features = ["chrono"] } config = { version = "0.13", default-features = false, features = ["toml"] } serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.86" -- cgit v1.3.1