diff options
| author | Benjamin Vergnaud <9599845+bvergnaud@users.noreply.github.com> | 2022-10-21 21:21:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 20:21:14 +0100 |
| commit | 8b9aae7076f39a1ebeecb3e2b823503f437812fa (patch) | |
| tree | 713e9b55cc8a4fef65a576f6f3f1bf5a88c6e847 /atuin-client/Cargo.toml | |
| parent | Bump clap from 4.0.15 to 4.0.18 (#578) (diff) | |
| download | atuin-8b9aae7076f39a1ebeecb3e2b823503f437812fa.zip | |
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
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
