aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie <ellie@elliehuxtable.com>2021-12-17 19:00:08 +0000
committerGitHub <noreply@github.com>2021-12-17 19:00:08 +0000
commit88b2651ba431bdc1a843f1cab03a082639765bd3 (patch)
tree368133bb8912942b5c8a9945f479056c77f7e331 /Cargo.toml
parentAdd Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respe... (diff)
downloadatuin-88b2651ba431bdc1a843f1cab03a082639765bd3.zip
Release 0.8.0 (#245)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f5504024..8500ecd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"