diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-15 10:37:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 10:37:28 +0100 |
| commit | a0231a70950fbec9dcc3403e37066d891d1fc833 (patch) | |
| tree | 2a5e1d50672179e7657e80b5b016af4f2ec572ef /atuin-server/Cargo.toml | |
| parent | docs: add missing cli help text (#1945) (diff) | |
| download | atuin-a0231a70950fbec9dcc3403e37066d891d1fc833.zip | |
chore(release): prepare for release v18.2.0 (#1950)
* chore(release): prepare for release v18.2.0
* disable codespell for the changelog
Diffstat (limited to 'atuin-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 4f245c65..a6b8a9f6 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -11,8 +11,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.1.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.1.0" } +atuin-common = { path = "../atuin-common", version = "18.2.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.2.0" } tracing = "0.1" time = { workspace = true } |
