mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
release: normalize-path v0.2.0 (#509)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
c48bc2a264
commit
35a8bfdc6b
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1233,7 +1233,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "normalize-path"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
|
||||
[[package]]
|
||||
name = "num-integer"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 <Jiahao_XU@outlook.com>"]
|
||||
edition = "2021"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue