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 /Cargo.toml | |
| parent | custom history list (#524) (diff) | |
| download | atuin-41eed3f6a119bb796abcb4eea4f7d2965e402efc.zip | |
Release v11 (#529)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.10.0" +version = "11.0.0" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2021" rust-version = "1.59" @@ -44,9 +44,9 @@ sync = ["atuin-client/sync"] server = ["atuin-server", "tracing-subscriber"] [dependencies] -atuin-server = { path = "atuin-server", version = "0.10.0", optional = true } -atuin-client = { path = "atuin-client", version = "0.10.0", optional = true, default-features = false } -atuin-common = { path = "atuin-common", version = "0.10.0" } +atuin-server = { path = "atuin-server", version = "11.0.0", optional = true } +atuin-client = { path = "atuin-client", version = "11.0.0", optional = true, default-features = false } +atuin-common = { path = "atuin-common", version = "11.0.0" } log = "0.4" pretty_env_logger = "0.4" @@ -75,10 +75,5 @@ rpassword = "6.0" [dependencies.tracing-subscriber] version = "0.3" default-features = false -features = [ - "ansi", - "fmt", - "registry", - "env-filter", -] +features = ["ansi", "fmt", "registry", "env-filter"] optional = true |
