diff --git a/Cargo.lock b/Cargo.lock index b73c0790130..d258319df07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3307,7 +3307,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.18.2" +version = "0.18.3" dependencies = [ "abi_stable", "anyhow", diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 3023f138795..4a85844569d 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_plugin_runner" repository = "https://github.com/swc-project/swc.git" -version = "0.18.2" +version = "0.18.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]