mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Release oxc_resolver v0.5.0
This commit is contained in:
parent
cedd2e904c
commit
a6ef574985
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1776,7 +1776,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "oxc_resolver"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"dunce",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "oxc_resolver"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
readme = "README.md"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue