diff options
| author | Amos Bird <amosbird@gmail.com> | 2024-05-21 12:12:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 11:12:17 +0700 |
| commit | 413d3e362640926515dcad1850671380ab98f585 (patch) | |
| tree | 1fb0c44c2bbd609aed25ba4a6fad8e307ef1f22d /crates/atuin-client/Cargo.toml | |
| parent | fix(daemon): do not try to sync if logged out (#2037) (diff) | |
| download | atuin-413d3e362640926515dcad1850671380ab98f585.zip | |
feat: support importing from replxx history files (#2024)
* Support importing from replxx history files
* Fix clippy error.
Also Remove auto-detect for replxx which makes no sense.
* Add some tests
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index d0aa0d2c..a5d4a3b7 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -23,7 +23,7 @@ atuin-common = { path = "../atuin-common", version = "18.2.0" } log = { workspace = true } base64 = { workspace = true } -time = { workspace = true, features = ["macros", "formatting"] } +time = { workspace = true, features = ["macros", "formatting", "parsing"] } clap = { workspace = true } eyre = { workspace = true } directories = { workspace = true } |
