Skip to content

Commit

Permalink
release: binstalk-downloader v0.1.0 (rust-lang#559)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
3 people authored Nov 22, 2022
1 parent 0084254 commit d1b4904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/binstalk-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "binstalk-downloader"
description = "The binstall toolkit for downloading and extracting file"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/binstalk-downloader"
version = "0.0.0"
version = "0.1.0"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "GPL-3.0"

[dependencies]
async-trait = "0.1.58"
binstalk-downloader = { version = "0.0.0", path = "../binstalk-downloader" }
binstalk-downloader = { version = "0.1.0", path = "../binstalk-downloader" }
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
cargo_toml = "0.13.0"
compact_str = { version = "0.6.1", features = ["serde"] }
Expand Down

0 comments on commit d1b4904

Please sign in to comment.