diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-09-13 20:03:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 19:03:52 +0000 |
| commit | 41eed3f6a119bb796abcb4eea4f7d2965e402efc (patch) | |
| tree | 6f557a432d4235ad316223b21612a74785321202 /atuin-server | |
| parent | custom history list (#524) (diff) | |
| download | atuin-41eed3f6a119bb796abcb4eea4f7d2965e402efc.zip | |
Release v11 (#529)
Diffstat (limited to 'atuin-server')
| -rw-r--r-- | atuin-server/Cargo.toml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 6c194711..580304d7 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server" -version = "0.10.0" +version = "11.0.0" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2018" license = "MIT" @@ -9,7 +9,7 @@ homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" [dependencies] -atuin-common = { path = "../atuin-common", version = "0.10.0" } +atuin-common = { path = "../atuin-common", version = "11.0.0" } tracing = "0.1" chrono = { version = "0.4", features = ["serde"] } @@ -23,7 +23,11 @@ sodiumoxide = "0.2.6" base64 = "0.13.0" rand = "0.8.4" tokio = { version = "1", features = ["full"] } -sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "chrono", "postgres" ] } +sqlx = { version = "0.5", features = [ + "runtime-tokio-rustls", + "chrono", + "postgres", +] } async-trait = "0.1.49" axum = "0.5" http = "0.2" |
