diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-05-28 19:39:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-28 19:39:45 +0100 |
| commit | 9e3fa8b88ac3c67c5b544475b624b94895220ddd (patch) | |
| tree | dab992cc235e0099357c3c69da5c17c295a21cb8 /atuin-server | |
| parent | Make volume path absolute (#1009) (diff) | |
| download | atuin-9e3fa8b88ac3c67c5b544475b624b94895220ddd.zip | |
Release v15.0.0 (#995)
* Release v15.0.0
* Draft post
* Update contributors
Diffstat (limited to 'atuin-server')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 77c308b3..e4cbf3e0 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "14.0.1" } +atuin-common = { path = "../atuin-common", version = "15.0.0" } tracing = "0.1" chrono = { workspace = true } |
