aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-28 21:44:39 +0000
committerGitHub <noreply@github.com>2023-02-28 21:44:39 +0000
commite4fde80accb28e2ab14ca809843c92710a909f2a (patch)
tree54f29b5c9d523ca38fb59dcac0d31a4203f2968a /Cargo.toml
parentfix registration (#740) (diff)
downloadatuin-e4fde80accb28e2ab14ca809843c92710a909f2a.zip
Patch release v13.0.1 (#741)
* Patch release v13.0.1 * Update blog post
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 c44e0b6f..5b47505e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin"
-version = "13.0.0"
+version = "13.0.1"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2021"
rust-version = "1.59"
@@ -44,9 +44,9 @@ sync = ["atuin-client/sync"]
server = ["atuin-server", "tracing-subscriber"]
[dependencies]
-atuin-server = { path = "atuin-server", version = "13.0.0", optional = true }
-atuin-client = { path = "atuin-client", version = "13.0.0", optional = true, default-features = false }
-atuin-common = { path = "atuin-common", version = "13.0.0" }
+atuin-server = { path = "atuin-server", version = "13.0.1", optional = true }
+atuin-client = { path = "atuin-client", version = "13.0.1", optional = true, default-features = false }
+atuin-common = { path = "atuin-common", version = "13.0.1" }
log = "0.4"
env_logger = "0.10.0"