Skip to content

Commit

Permalink
release: binstalk-manifests v0.12.0 (#1602)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Feb 3, 2024
1 parent 290ebbb commit 9e57c9c
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/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pkg-fmt = "zip"

[dependencies]
binstalk = { path = "../binstalk", version = "0.20.1", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.11.0" }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.12.0" }
clap = { version = "4.4.8", features = ["derive", "env"] }
compact_str = "0.7.0"
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-manifests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "binstalk-manifests"
description = "The binstall toolkit for manipulating with manifest"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/binstalk-manifests"
version = "0.11.0"
version = "0.12.0"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
Expand Down

0 comments on commit 9e57c9c

Please sign in to comment.