mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 13:48:55 +00:00
chore(linter): bump oxc_resolver to v1.0.1
This commit is contained in:
parent
da67fe1ca2
commit
82dc4035eb
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1857,9 +1857,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "oxc_resolver"
|
||||
version = "0.6.2"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ac76a705bf7db9d1e43904ed4704039de8fa654b0f613cc729c09bb67fd89f6"
|
||||
checksum = "8c9cab435ba03dc1974c54e8721313a4d4945af7afaa3882c8eee66e31711da7"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"dunce",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ oxc_macros = { workspace = true }
|
|||
oxc_semantic = { workspace = true }
|
||||
oxc_syntax = { workspace = true }
|
||||
oxc_formatter = { workspace = true }
|
||||
oxc_resolver = { version = "0.6.2" }
|
||||
oxc_resolver = { version = "1.0.1" }
|
||||
|
||||
rayon = { workspace = true }
|
||||
lazy_static = { workspace = true } # used in oxc_macros
|
||||
|
|
|
|||
Loading…
Reference in a new issue