diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2021-05-10 22:31:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-10 21:31:41 +0000 |
| commit | 4286f65b010ffe2b8f89455993c75717bd487f64 (patch) | |
| tree | f718818e52bf84840714167a2c6e3057fce6eaae /atuin-client/Cargo.toml | |
| parent | feat: build individual crates (#109) (diff) | |
| download | atuin-4286f65b010ffe2b8f89455993c75717bd487f64.zip | |
Release v0.7.1 (#108)
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 52d0d2fc..8c119c69 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-client" -version = "0.7.0" +version = "0.7.1" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2018" license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/ellie/atuin" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-common = { path = "../atuin-common", version = "0.7.0" } +atuin-common = { path = "../atuin-common", version = "0.7.1" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } |
