aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-postgres
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-08-07 11:18:39 +0100
committerGitHub <noreply@github.com>2023-08-07 11:18:39 +0100
commit0d5332a87facabb7227458586002226fafa11acb (patch)
tree719adf05cb0c5ae999e4e2fee00436c0376053ae /atuin-server-postgres
parentfix(docs): Correct command overview paths (#1145) (diff)
downloadatuin-0d5332a87facabb7227458586002226fafa11acb.zip
Prepare release v16.0.0 (#1143)
* Prepare release v16.0.0 * Remove debug output * Fix kv dupes if the store already exists * Add limit in frontend as well as sync backend
Diffstat (limited to '')
-rw-r--r--atuin-server-postgres/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server-postgres/Cargo.toml b/atuin-server-postgres/Cargo.toml
index bfec70a2..f490a976 100644
--- a/atuin-server-postgres/Cargo.toml
+++ b/atuin-server-postgres/Cargo.toml
@@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
-atuin-common = { path = "../atuin-common", version = "15.0.0" }
-atuin-server-database = { path = "../atuin-server-database", version = "15.0.0" }
+atuin-common = { path = "../atuin-common", version = "16.0.0" }
+atuin-server-database = { path = "../atuin-server-database", version = "16.0.0" }
tracing = "0.1"
chrono = { workspace = true }