diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-15 17:00:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 17:00:19 -0700 |
| commit | f0ba4cc747738e8a05a0d45565891b531d4e9c7c (patch) | |
| tree | 21a92402fb8317b47d61beda94cfbabfe8c437b5 /crates/atuin-server-sqlite | |
| parent | fix: Enter runs suggested command when selecting permissions (#3418) (diff) | |
| download | atuin-f0ba4cc747738e8a05a0d45565891b531d4e9c7c.zip | |
chore(release): prepare for release 18.15.1 (#3419)
Diffstat (limited to 'crates/atuin-server-sqlite')
| -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 e57c3d0a..3824c8d8 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.15.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.15.0" } +atuin-common = { path = "../atuin-common", version = "18.15.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.15.1" } eyre = { workspace = true } tracing = { workspace = true } |
