diff options
| author | Lucas Burns <44355502+lmburns@users.noreply.github.com> | 2022-03-13 14:53:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-13 19:53:49 +0000 |
| commit | 7f587418daf8e7ddc5e32f06f85e9724c2ecf355 (patch) | |
| tree | 0b99cff50d1507a90409e2efe536da0bed8af1e4 /atuin-common | |
| parent | Update fish bindings. (#265) (diff) | |
| download | atuin-7f587418daf8e7ddc5e32f06f85e9724c2ecf355.zip | |
Fix `history list --cwd` errors (#278)
Diffstat (limited to 'atuin-common')
| -rw-r--r-- | atuin-common/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 78626b94..efc35f43 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -14,10 +14,8 @@ repository = "https://github.com/ellie/atuin" rust-crypto = "^0.2" sodiumoxide = "0.2.6" chrono = { version = "0.4", features = ["serde"] } -eyre = "0.6" serde_derive = "1.0.125" serde = "1.0.126" serde_json = "1.0.75" -rmp-serde = "0.15.5" warp = "0.3" uuid = { version = "0.8", features = ["v4"] } |
