mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
release: normalize-path v0.1.0 (#335)
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
parent
f439767b6f
commit
79d4e9b015
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1137,7 +1137,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "normalize-path"
|
name = "normalize-path"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "num-integer"
|
name = "num-integer"
|
||||||
|
|
|
@ -28,7 +28,7 @@ itertools = "0.10.3"
|
||||||
jobserver = "0.1.24"
|
jobserver = "0.1.24"
|
||||||
log = { version = "0.4.17", features = ["std"] }
|
log = { version = "0.4.17", features = ["std"] }
|
||||||
miette = "5.3.0"
|
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"
|
once_cell = "1.13.0"
|
||||||
reqwest = { version = "0.11.11", features = ["stream"], default-features = false }
|
reqwest = { version = "0.11.11", features = ["stream"], default-features = false }
|
||||||
scopeguard = "1.1.0"
|
scopeguard = "1.1.0"
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "normalize-path"
|
||||||
description = "Like canonicalize, but without performing I/O"
|
description = "Like canonicalize, but without performing I/O"
|
||||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||||
documentation = "https://docs.rs/normalize-path"
|
documentation = "https://docs.rs/normalize-path"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
rust-version = "1.61.0"
|
rust-version = "1.61.0"
|
||||||
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Reference in a new issue