Skip to content

Commit

Permalink
chore: fix version in case sensitive plugin (#7607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk authored Aug 19, 2024
1 parent a78044c commit 46c0de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rspack_plugin_warn_sensitive_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

2 comments on commit 46c0de9

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ❌ failure
examples ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-08-16 218bda0) Current Change
10000_development-mode + exec 2.35 s ± 21 ms 2.36 s ± 27 ms +0.20 %
10000_development-mode_hmr + exec 713 ms ± 13 ms 703 ms ± 13 ms -1.43 %
10000_production-mode + exec 3.02 s ± 38 ms 3.03 s ± 20 ms +0.55 %
arco-pro_development-mode + exec 1.91 s ± 68 ms 1.91 s ± 71 ms -0.47 %
arco-pro_development-mode_hmr + exec 439 ms ± 2 ms 437 ms ± 2.2 ms -0.45 %
arco-pro_production-mode + exec 3.48 s ± 110 ms 3.49 s ± 100 ms +0.39 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.52 s ± 98 ms 3.55 s ± 95 ms +0.79 %
threejs_development-mode_10x + exec 1.71 s ± 14 ms 1.72 s ± 19 ms +0.32 %
threejs_development-mode_10x_hmr + exec 823 ms ± 9.3 ms 821 ms ± 7.3 ms -0.30 %
threejs_production-mode_10x + exec 5.53 s ± 39 ms 5.57 s ± 30 ms +0.75 %

Please sign in to comment.