diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-15 11:21:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 11:21:51 -0700 |
| commit | 1fe9a992637ab8ef17818eb88da2c5512577b6a4 (patch) | |
| tree | 274440d7b3fa35d8f2ebd1512b98e6874191d0a1 /crates/atuin-server-sqlite/Cargo.toml | |
| parent | fix: loss of loading spinners + tokio panic on exit (#3415) (diff) | |
| download | atuin-1fe9a992637ab8ef17818eb88da2c5512577b6a4.zip | |
chore(release): prepare for release 18.15.0 (#3417)
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 10f530cc..e57c3d0a 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.14.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.14.1" } +atuin-common = { path = "../atuin-common", version = "18.15.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.15.0" } eyre = { workspace = true } tracing = { workspace = true } |
