release: fs-lock v0.1.0 (#339)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2022-09-04 16:04:52 +00:00 committed by GitHub
parent a628cbf876
commit eb93eafb9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -563,7 +563,7 @@ dependencies = [
[[package]]
name = "fs-lock"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"fs4",
]

View file

@ -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.0.0"
version = "0.1.0"
rust-version = "1.61.0"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
edition = "2021"

View file

@ -20,7 +20,7 @@ crates_io_api = { version = "0.8.0", default-features = false }
detect-targets = { version = "0.1.0", path = "../detect-targets" }
digest = "0.10.3"
flate2 = { version = "1.0.24", default-features = false }
fs-lock = { version = "0.0.0", path = "../fs-lock" }
fs-lock = { version = "0.1.0", path = "../fs-lock" }
futures-util = { version = "0.3.23", default-features = false, features = ["std"] }
generic-array = "0.14.6"
home = "0.5.3"