diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-04-16 12:25:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 11:25:48 +0000 |
| commit | 7c079070c5356b49af79b25e42496eddbfcd40c7 (patch) | |
| tree | 76b3f99839e09d1ad422106e2ae057c6c055b358 /Cargo.toml | |
| parent | Make the homepage prettier (#880) (diff) | |
| download | atuin-7c079070c5356b49af79b25e42496eddbfcd40c7.zip | |
Release v14.0.1 (#883)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 20 |
1 files changed, 4 insertions, 16 deletions
@@ -1,13 +1,8 @@ [workspace] -members = [ - "atuin", - "atuin-client", - "atuin-server", - "atuin-common", -] +members = ["atuin", "atuin-client", "atuin-server", "atuin-common"] [workspace.package] -version = "14.0.0" +version = "14.0.1" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] rust-version = "1.59" license = "MIT" @@ -38,16 +33,9 @@ whoami = "1.1.2" [workspace.dependencies.reqwest] version = "0.11" -features = [ - "json", - "rustls-tls-native-roots", -] +features = ["json", "rustls-tls-native-roots"] default-features = false [workspace.dependencies.sqlx] version = "0.6" -features = [ - "runtime-tokio-rustls", - "chrono", - "postgres", -] +features = ["runtime-tokio-rustls", "chrono", "postgres"] |
