From 110d861a7252627c181a70e3876a40d39fdf06d5 Mon Sep 17 00:00:00 2001 From: ahabhgk Date: Mon, 19 Aug 2024 15:35:44 +0800 Subject: [PATCH] chore: fix version in case sensitive plugin --- crates/rspack_plugin_warn_sensitive_module/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rspack_plugin_warn_sensitive_module/Cargo.toml b/crates/rspack_plugin_warn_sensitive_module/Cargo.toml index a4359f1e87d..f8befc845cf 100644 --- a/crates/rspack_plugin_warn_sensitive_module/Cargo.toml +++ b/crates/rspack_plugin_warn_sensitive_module/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/web-infra-dev/rspack" version = "0.1.0" [dependencies] -rspack_collections = { path = "../rspack_collections" } +rspack_collections = { version = "0.1.0", path = "../rspack_collections" } rspack_core = { version = "0.1.0", path = "../rspack_core" } rspack_error = { version = "0.1.0", path = "../rspack_error" } rspack_hook = { version = "0.1.0", path = "../rspack_hook" }