diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-08-07 11:18:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 11:18:39 +0100 |
| commit | 0d5332a87facabb7227458586002226fafa11acb (patch) | |
| tree | 719adf05cb0c5ae999e4e2fee00436c0376053ae /atuin-server-database | |
| parent | fix(docs): Correct command overview paths (#1145) (diff) | |
| download | atuin-0d5332a87facabb7227458586002226fafa11acb.zip | |
Prepare release v16.0.0 (#1143)
* Prepare release v16.0.0
* Remove debug output
* Fix kv dupes if the store already exists
* Add limit in frontend as well as sync backend
Diffstat (limited to 'atuin-server-database')
| -rw-r--r-- | atuin-server-database/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server-database/Cargo.toml b/atuin-server-database/Cargo.toml index 485b3246..8f1f775e 100644 --- a/atuin-server-database/Cargo.toml +++ b/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "15.0.0" } +atuin-common = { path = "../atuin-common", version = "16.0.0" } tracing = "0.1" chrono = { workspace = true } |
