aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/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 /atuin-server/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 '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 808826cc..9a9c2890 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-server"
-version = "13.0.0"
+version = "13.0.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 = "13.0.0" }
+atuin-common = { path = "../atuin-common", version = "13.0.1" }
tracing = "0.1"
chrono = { version = "0.4", features = ["serde"] }