summaryrefslogtreecommitdiffstats
path: root/atuin-server/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2021-05-10 22:31:41 +0100
committerGitHub <noreply@github.com>2021-05-10 21:31:41 +0000
commit4286f65b010ffe2b8f89455993c75717bd487f64 (patch)
treef718818e52bf84840714167a2c6e3057fce6eaae /atuin-server/Cargo.toml
parentfa5c94de651d6f800c4995cd5a42c0f662001c07 (diff)
Release v0.7.1 (#108)v0.7.1
Diffstat (limited to 'atuin-server/Cargo.toml')
-rw-r--r--atuin-server/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index c615a0e4..5f13f087 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-server"
-version = "0.7.0"
+version = "0.7.1"
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.0" }
+atuin-common = { path = "../atuin-common", version = "0.7.1" }
log = "0.4"
fern = {version = "0.6.0", features = ["colored"] }