From eb93eafb9d92765b94b1aed78a38786a200c4cfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 16:04:52 +0000 Subject: [PATCH] release: fs-lock v0.1.0 (#339) Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/fs-lock/Cargo.toml | 2 +- crates/lib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23732f54..dd571e99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "fs-lock" -version = "0.0.0" +version = "0.1.0" dependencies = [ "fs4", ] diff --git a/crates/fs-lock/Cargo.toml b/crates/fs-lock/Cargo.toml index 2e84efcc..0ac904b1 100644 --- a/crates/fs-lock/Cargo.toml +++ b/crates/fs-lock/Cargo.toml @@ -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 "] edition = "2021" diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 896c502b..92eb586c 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -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"