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 /Cargo.toml | |
| 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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.7.2" +version = "0.8.0" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2018" license = "MIT" @@ -29,9 +29,9 @@ atuin = { path = "/usr/bin/atuin" } members = ["./atuin-client", "./atuin-server", "./atuin-common"] [dependencies] -atuin-server = { path = "atuin-server", version = "0.7.2" } -atuin-client = { path = "atuin-client", version = "0.7.2" } -atuin-common = { path = "atuin-common", version = "0.7.2" } +atuin-server = { path = "atuin-server", version = "0.8.0" } +atuin-client = { path = "atuin-client", version = "0.8.0" } +atuin-common = { path = "atuin-common", version = "0.8.0" } log = "0.4" pretty_env_logger = "0.4" |
