From 413d3e362640926515dcad1850671380ab98f585 Mon Sep 17 00:00:00 2001 From: Amos Bird Date: Tue, 21 May 2024 12:12:17 +0800 Subject: 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 --- crates/atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-client/Cargo.toml') 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 } -- cgit v1.3.1