diff --git a/Cargo.lock b/Cargo.lock index e8aee7fa..535fa8a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1137,7 +1137,7 @@ dependencies = [ [[package]] name = "normalize-path" -version = "0.0.0" +version = "0.1.0" [[package]] name = "num-integer" diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index d8f97266..1905aec9 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.10.3" jobserver = "0.1.24" log = { version = "0.4.17", features = ["std"] } miette = "5.3.0" -normalize-path = { version = "0.0.0", path = "../normalize-path" } +normalize-path = { version = "0.1.0", path = "../normalize-path" } once_cell = "1.13.0" reqwest = { version = "0.11.11", features = ["stream"], default-features = false } scopeguard = "1.1.0" diff --git a/crates/normalize-path/Cargo.toml b/crates/normalize-path/Cargo.toml index 0a4ec09e..d22ad55b 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.0.0" +version = "0.1.0" rust-version = "1.61.0" authors = ["Jiahao XU "] edition = "2021"