diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-09-12 20:19:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-12 20:19:22 +0100 |
| commit | e8c841527880ac6ca47fd514ac70aad81764dae8 (patch) | |
| tree | 577d51ad1e6e21b3a19359578f0de27f0522eebd /Cargo.toml | |
| parent | better cursor search (#473) (diff) | |
| download | atuin-e8c841527880ac6ca47fd514ac70aad81764dae8.zip | |
update default layout (#523)
* update layouts
* add other duration changes
* fmt :(
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
