mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
release: fs-lock v0.1.2 (#1497)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
645579430a
commit
aabe107726
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1053,7 +1053,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fs-lock"
|
name = "fs-lock"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fs4",
|
"fs4",
|
||||||
]
|
]
|
||||||
|
|
|
@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
|
||||||
beef = { version = "0.5.2", features = ["impl_serde"] }
|
beef = { version = "0.5.2", features = ["impl_serde"] }
|
||||||
binstalk-types = { version = "0.6.1", path = "../binstalk-types" }
|
binstalk-types = { version = "0.6.1", path = "../binstalk-types" }
|
||||||
compact_str = { version = "0.7.0", features = ["serde"] }
|
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||||
fs-lock = { version = "0.1.1", path = "../fs-lock" }
|
fs-lock = { version = "0.1.2", path = "../fs-lock" }
|
||||||
home = "0.5.5"
|
home = "0.5.5"
|
||||||
miette = "5.9.0"
|
miette = "5.9.0"
|
||||||
semver = { version = "1.0.17", features = ["serde"] }
|
semver = { version = "1.0.17", features = ["serde"] }
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "fs-lock"
|
||||||
description = "Locked files that can be used like normal File"
|
description = "Locked files that can be used like normal File"
|
||||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||||
documentation = "https://docs.rs/fs-lock"
|
documentation = "https://docs.rs/fs-lock"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
rust-version = "1.61.0"
|
rust-version = "1.61.0"
|
||||||
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue