From 35a8bfdc6b74c498113a8f018052eb6663ab2527 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:30:21 +1100 Subject: [PATCH] release: normalize-path v0.2.0 (#509) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk/Cargo.toml | 2 +- crates/normalize-path/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5014d91f..e61d60bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "normalize-path" -version = "0.1.0" +version = "0.2.0" [[package]] name = "num-integer" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index ce76572d..ed80c92f 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.10.5" jobslot = { version = "0.2.6", features = ["tokio"] } log = { version = "0.4.17", features = ["std"] } miette = "5.4.1" -normalize-path = { version = "0.1.0", path = "../normalize-path" } +normalize-path = { version = "0.2.0", path = "../normalize-path" } once_cell = "1.16.0" reqwest = { version = "0.11.12", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } scopeguard = "1.1.0" diff --git a/crates/normalize-path/Cargo.toml b/crates/normalize-path/Cargo.toml index d22ad55b..fb744501 100644 --- a/crates/normalize-path/Cargo.toml +++ b/crates/normalize-path/Cargo.toml @@ -3,7 +3,7 @@ name = "normalize-path" description = "Like canonicalize, but without performing I/O" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/normalize-path" -version = "0.1.0" +version = "0.2.0" rust-version = "1.61.0" authors = ["Jiahao XU "] edition = "2021"