mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
release: normalize-path v0.2.1 (#1173)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
88c7df6ea0
commit
c917f94f28
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2384,7 +2384,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "normalize-path"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
[[package]]
|
||||
name = "nu-ansi-term"
|
||||
|
|
|
@ -27,7 +27,7 @@ leon = { version = "2.0.1", path = "../leon" }
|
|||
leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
||||
maybe-owned = "0.3.4"
|
||||
miette = "5.9.0"
|
||||
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||
once_cell = "1.18.0"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
|
|
|
@ -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.2.0"
|
||||
version = "0.2.1"
|
||||
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