diff options
| author | Ellie <ellie@elliehuxtable.com> | 2021-12-17 19:00:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-17 19:00:08 +0000 |
| commit | 88b2651ba431bdc1a843f1cab03a082639765bd3 (patch) | |
| tree | 368133bb8912942b5c8a9945f479056c77f7e331 /atuin-server | |
| parent | Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respe... (diff) | |
| download | atuin-88b2651ba431bdc1a843f1cab03a082639765bd3.zip | |
Release 0.8.0 (#245)
Diffstat (limited to 'atuin-server')
| -rw-r--r-- | atuin-server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 89c2755e..fd0fc733 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server" -version = "0.7.2" +version = "0.8.0" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2018" license = "MIT" @@ -9,7 +9,7 @@ homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" [dependencies] -atuin-common = { path = "../atuin-common", version = "0.7.2" } +atuin-common = { path = "../atuin-common", version = "0.8.0" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } |
