Skip to content

Commit

Permalink
release: fs-lock v0.1.3 (#1642)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Mar 9, 2024
1 parent 3d2f72a commit 6d3dcad
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-manifests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
beef = { version = "0.5.2", features = ["impl_serde"] }
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
compact_str = { version = "0.7.0", features = ["serde"] }
fs-lock = { version = "0.1.2", path = "../fs-lock" }
fs-lock = { version = "0.1.3", path = "../fs-lock" }
home = "0.5.9"
miette = "7.0.0"
semver = { version = "1.0.17", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/fs-lock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fs-lock"
description = "Locked files that can be used like normal File"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/fs-lock"
version = "0.1.2"
version = "0.1.3"
rust-version = "1.61.0"
authors = ["Jiahao XU <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 6d3dcad

Please sign in to comment.