diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-23 16:12:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-23 16:12:33 -0700 |
| commit | 954ae5a84347fa25bc9ec484f02f3ce92766f5ce (patch) | |
| tree | 1b8905821d50be57f443a0a67e0e7511add40ffa /crates/atuin-server-database/Cargo.toml | |
| parent | fix: Don't run 'atuin init' in 'atuin hex init' — each must be initialized... (diff) | |
| download | atuin-954ae5a84347fa25bc9ec484f02f3ce92766f5ce.zip | |
chore(release): prepare for release 18.13.4 (#3336)
Diffstat (limited to 'crates/atuin-server-database/Cargo.toml')
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index fba5428f..0483ad5c 100644 --- a/crates/atuin-server-database/Cargo.toml +++ b/crates/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.3" } +atuin-common = { path = "../atuin-common", version = "18.13.4" } tracing = { workspace = true } time = { workspace = true } |
