mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
release: binstalk-types v0.8.0 (#1841)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
6b4dbb4caa
commit
58d638726b
8 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@ license = "GPL-3.0-only"
|
|||
|
||||
[dependencies]
|
||||
atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" }
|
||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
||||
compact_str = { version = "0.8.0", features = ["serde"] }
|
||||
leon = "3.0.0"
|
||||
miette = "7.0.0"
|
||||
|
|
|
@ -27,7 +27,7 @@ async_zip = { version = "0.0.17", features = [
|
|||
"xz",
|
||||
"tokio",
|
||||
] }
|
||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
||||
bytes = "1.4.0"
|
||||
bzip2 = "0.4.4"
|
||||
compact_str = "0.8.0"
|
||||
|
|
|
@ -14,7 +14,7 @@ license = "GPL-3.0-only"
|
|||
async-trait = "0.1.68"
|
||||
binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", default-features = false }
|
||||
binstalk-git-repo-api = { version = "0.3.0", path = "../binstalk-git-repo-api" }
|
||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
||||
bytes = "1.4.0"
|
||||
compact_str = { version = "0.8.0" }
|
||||
either = "1.11.0"
|
||||
|
|
|
@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT"
|
|||
|
||||
[dependencies]
|
||||
beef = { version = "0.5.2", features = ["impl_serde"] }
|
||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
||||
compact_str = { version = "0.8.0", features = ["serde"] }
|
||||
fs-lock = { version = "0.1.3", path = "../fs-lock" }
|
||||
home = "0.5.9"
|
||||
|
|
|
@ -16,7 +16,7 @@ base16 = "0.2.1"
|
|||
binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", default-features = false, features = [
|
||||
"json",
|
||||
] }
|
||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
||||
cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" }
|
||||
compact_str = { version = "0.8.0", features = ["serde"] }
|
||||
leon = "3.0.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ name = "binstalk-types"
|
|||
description = "The binstall toolkit that contains basic types for binstalk crates"
|
||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
documentation = "https://docs.rs/binstalk-types"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
rust-version = "1.61.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2021"
|
||||
|
|
|
@ -17,7 +17,7 @@ binstalk-fetchers = { version = "0.7.1", path = "../binstalk-fetchers", features
|
|||
"quickinstall",
|
||||
] }
|
||||
binstalk-registry = { version = "0.9.1", path = "../binstalk-registry" }
|
||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
||||
cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" }
|
||||
command-group = { version = "5.0.1", features = ["with-tokio"] }
|
||||
compact_str = { version = "0.8.0", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue