diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-16 15:19:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 15:19:33 +0100 |
| commit | 0e7f9b29d25185e218de642c690d82ce4c4672f3 (patch) | |
| tree | 407d4be5223db9fec9faaebcc53379355468f2e5 /crates/atuin-server-database/Cargo.toml | |
| parent | fix(gui): terminal resize overflow (#2285) (diff) | |
| download | atuin-0e7f9b29d25185e218de642c690d82ce4c4672f3.zip | |
chore(release): prepare for release v18.4.0-beta.2 (#2287)
* feat(gui): add runbook list, ability to create and delete, sql storage (#2282)
* wip
* saving works :))
* functioning delete button
* persist selection properly
* update contributors
* update changelog
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 b5010824..b2ec46ef 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.4.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" } tracing = "0.1" time = { workspace = true } |
