aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-database/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-04-15 10:37:28 +0100
committerGitHub <noreply@github.com>2024-04-15 10:37:28 +0100
commita0231a70950fbec9dcc3403e37066d891d1fc833 (patch)
tree2a5e1d50672179e7657e80b5b016af4f2ec572ef /atuin-server-database/Cargo.toml
parentdocs: add missing cli help text (#1945) (diff)
downloadatuin-a0231a70950fbec9dcc3403e37066d891d1fc833.zip
chore(release): prepare for release v18.2.0 (#1950)
* chore(release): prepare for release v18.2.0 * disable codespell for the changelog
Diffstat (limited to 'atuin-server-database/Cargo.toml')
-rw-r--r--atuin-server-database/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server-database/Cargo.toml b/atuin-server-database/Cargo.toml
index 75f63b85..ffd29b8d 100644
--- a/atuin-server-database/Cargo.toml
+++ b/atuin-server-database/Cargo.toml
@@ -10,7 +10,7 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.1.0" }
+atuin-common = { path = "../atuin-common", version = "18.2.0" }
tracing = "0.1"
time = { workspace = true }