diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-03 15:51:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 15:51:47 +0000 |
| commit | 9f79a34a9dea207df7184972fa29f4fe5ec41b27 (patch) | |
| tree | d9a422330bf6e818a9a2ce0ab45a59a6a7db09ee /atuin-server/Cargo.toml | |
| parent | fix(server): typo with default config (#1493) (diff) | |
| download | atuin-9f79a34a9dea207df7184972fa29f4fe5ec41b27.zip | |
chore(release): prepare for release v17.2.1 (#1495)
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 d45ce60a..1534b11b 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 = "17.2.0" } -atuin-server-database = { path = "../atuin-server-database", version = "17.2.0" } +atuin-common = { path = "../atuin-common", version = "17.2.1" } +atuin-server-database = { path = "../atuin-server-database", version = "17.2.1" } tracing = "0.1" time = { workspace = true } |
