summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2022-09-12 20:19:22 +0100
committerGitHub <noreply@github.com>2022-09-12 20:19:22 +0100
commite8c841527880ac6ca47fd514ac70aad81764dae8 (patch)
tree577d51ad1e6e21b3a19359578f0de27f0522eebd /Cargo.toml
parent702a644f68c687142c9a03b48cf451665ed41b62 (diff)
update default layout (#523)
* update layouts * add other duration changes * fmt :(
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05c7964a3..d925c363e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "atuin"
version = "0.10.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
-edition = "2018"
+edition = "2021"
rust-version = "1.59"
license = "MIT"
description = "atuin - magical shell history"
@@ -65,7 +65,6 @@ async-trait = "0.1.49"
chrono-english = "0.1.4"
cli-table = { version = "0.4", default-features = false }
base64 = "0.13.0"
-humantime = "2.1.0"
crossbeam-channel = "0.5.1"
clap = { version = "3.1.18", features = ["derive"] }
clap_complete = "3.1.4"