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

View file

@ -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"] }