diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-10-25 19:06:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-25 18:06:59 +0000 |
| commit | 0b22d06ad3586ef5e9486a4768feaa8f6d0ddb80 (patch) | |
| tree | 7fd7dda1f1bf788b6fa1484b0b4f7da0238b8d0b /atuin-server-database | |
| parent | Correct some secrets filter regex (#1326) (diff) | |
| download | atuin-0b22d06ad3586ef5e9486a4768feaa8f6d0ddb80.zip | |
Prepare release v17.0.0 (#1327)
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 1b416f9b..7b8050d0 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 = "16.0.0" } +atuin-common = { path = "../atuin-common", version = "17.0.0" } tracing = "0.1" time = { workspace = true } |
