summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-09-13 20:03:52 +0100
committerGitHub <noreply@github.com>2022-09-13 19:03:52 +0000
commit41eed3f6a119bb796abcb4eea4f7d2965e402efc (patch)
tree6f557a432d4235ad316223b21612a74785321202 /atuin-client/Cargo.toml
parentdb2a00f45623d284f17dfe8c0f9eca1a401c25a6 (diff)
Release v11 (#529)v11.0.0
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 8dd714302..7441640ca 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-client"
-version = "0.10.0"
+version = "11.0.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -23,7 +23,7 @@ sync = [
]
[dependencies]
-atuin-common = { path = "../atuin-common", version = "0.10.0" }
+atuin-common = { path = "../atuin-common", version = "11.0.0" }
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }