Release oxc_resolver v0.5.1

This commit is contained in:
Boshen 2023-11-06 19:01:22 +08:00
parent 746f37a389
commit b4d0518c4e
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1776,7 +1776,7 @@ dependencies = [
[[package]]
name = "oxc_resolver"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"dashmap",
"dunce",

View file

@ -1,6 +1,6 @@
[package]
name = "oxc_resolver"
version = "0.5.0"
version = "0.5.1"
readme = "README.md"
authors.workspace = true
edition.workspace = true