release: normalize-path v0.2.1 (#1173)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-06-26 18:22:39 +10:00 committed by GitHub
parent 88c7df6ea0
commit c917f94f28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2384,7 +2384,7 @@ dependencies = [
[[package]] [[package]]
name = "normalize-path" name = "normalize-path"
version = "0.2.0" version = "0.2.1"
[[package]] [[package]]
name = "nu-ansi-term" name = "nu-ansi-term"

View file

@ -27,7 +27,7 @@ leon = { version = "2.0.1", path = "../leon" }
leon-macros = { version = "1.0.0", path = "../leon-macros" } leon-macros = { version = "1.0.0", path = "../leon-macros" }
maybe-owned = "0.3.4" maybe-owned = "0.3.4"
miette = "5.9.0" 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" once_cell = "1.18.0"
semver = { version = "1.0.17", features = ["serde"] } semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.163", features = ["derive"] } serde = { version = "1.0.163", features = ["derive"] }

View file

@ -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.2.0" version = "0.2.1"
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"