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-sqlite/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-sqlite/Cargo.toml')
| -rw-r--r-- | crates/atuin-server-sqlite/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index 1a719f5f..502b6caf 100644 --- a/crates/atuin-server-sqlite/Cargo.toml +++ b/crates/atuin-server-sqlite/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.3" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.3" } +atuin-common = { path = "../atuin-common", version = "18.13.4" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.4" } eyre = { workspace = true } tracing = { workspace = true } |
