From 274a1975eb9444836b51687e9611bbb4fb5831a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:10:11 +1100 Subject: [PATCH] release: fs-lock v0.1.1 (#1443) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- crates/fs-lock/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a054b50a..7c376e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "fs-lock" -version = "0.1.0" +version = "0.1.1" dependencies = [ "fs4", ] diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index b0708e36..a5006fb4 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT" beef = { version = "0.5.2", features = ["impl_serde"] } binstalk-types = { version = "0.6.0", path = "../binstalk-types" } compact_str = { version = "0.7.0", features = ["serde"] } -fs-lock = { version = "0.1.0", path = "../fs-lock" } +fs-lock = { version = "0.1.1", path = "../fs-lock" } home = "0.5.5" miette = "5.9.0" semver = { version = "1.0.17", features = ["serde"] } diff --git a/crates/fs-lock/Cargo.toml b/crates/fs-lock/Cargo.toml index d9c13e97..57368b18 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.1.0" +version = "0.1.1" rust-version = "1.61.0" authors = ["Jiahao XU "] edition = "2021"