objdiff-wasm: Fix symbol filtering

regex crate needed the `unicode-case` feature
This commit is contained in:
2025-03-11 21:42:14 -06:00
parent 42d4c38079
commit 87fa29e8b0
7 changed files with 76 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ strip = "debuginfo"
codegen-units = 1
[workspace.package]
version = "3.0.0-beta.2"
version = "3.0.0-beta.3"
authors = ["Luke Street <luke@street.dev>"]
edition = "2024"
license = "MIT OR Apache-2.0"