diff --git a/Cargo.lock b/Cargo.lock index 582c7f306..239092efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1776,7 +1776,7 @@ dependencies = [ [[package]] name = "oxc_resolver" -version = "0.5.0" +version = "0.5.1" dependencies = [ "dashmap", "dunce", diff --git a/crates/oxc_resolver/Cargo.toml b/crates/oxc_resolver/Cargo.toml index 516c76347..9a31a5ea8 100644 --- a/crates/oxc_resolver/Cargo.toml +++ b/crates/oxc_resolver/Cargo.toml @@ -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