aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie <ellie@elliehuxtable.com>2021-12-08 12:25:49 +0000
committerGitHub <noreply@github.com>2021-12-08 12:25:49 +0000
commit6a38f17ead1b1abaebb57591b24629ee1ed5a725 (patch)
tree491011139061458752fa79fe8f1a8d9ab93fc081 /Cargo.toml
parentchore: improve build times (#213) (diff)
downloadatuin-6a38f17ead1b1abaebb57591b24629ee1ed5a725.zip
Release v0.7.2 (#222)
* Release v0.7.2 * Update CHANGELOG.md
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 259a3308..22f2b048 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin"
-version = "0.7.1"
+version = "0.7.2"
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.1" }
-atuin-client = { path = "atuin-client", version = "0.7.1" }
-atuin-common = { path = "atuin-common", version = "0.7.1" }
+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" }
log = "0.4"
pretty_env_logger = "0.4"