diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-04-23 21:49:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-23 21:49:11 +0100 |
| commit | 2fd9651dea01d301584644caa495a7f9a661600f (patch) | |
| tree | 139019427d2506599c5cd4c49c9742228d63d84d /Cargo.toml | |
| parent | Use `--locked` flag for CI builds (#337) (diff) | |
| download | atuin-2fd9651dea01d301584644caa495a7f9a661600f.zip | |
Release v0.9.1 (#338)
a050faa Use `--locked` flag for CI builds (#337)
8737474 Update Cargo.lock (#336)
eab1dbf sql builder (#333)
Fixed to include an updated lockfile that was missed in the last release
Thank you for the rapid report @orhun!
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.9.0" +version = "0.9.1" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2018" rust-version = "1.59" @@ -38,9 +38,9 @@ sync = ["atuin-client/sync"] server = ["atuin-server", "tracing-subscriber"] [dependencies] -atuin-server = { path = "atuin-server", version = "0.9.0", optional = true } -atuin-client = { path = "atuin-client", version = "0.9.0", default-features = false } -atuin-common = { path = "atuin-common", version = "0.9.0" } +atuin-server = { path = "atuin-server", version = "0.9.1", optional = true } +atuin-client = { path = "atuin-client", version = "0.9.1", default-features = false } +atuin-common = { path = "atuin-common", version = "0.9.1" } log = "0.4" pretty_env_logger = "0.4" |
