Skip to content

Remove deprecated msrv feature from wasm-bindgen dependency#877

Merged
KodrAus merged 1 commit intouuid-rs:mainfrom
guybedford:remove-wasm-bindgen-msrv
Apr 10, 2026
Merged

Remove deprecated msrv feature from wasm-bindgen dependency#877
KodrAus merged 1 commit intouuid-rs:mainfrom
guybedford:remove-wasm-bindgen-msrv

Conversation

@guybedford
Copy link
Copy Markdown
Contributor

The msrv feature was deprecated in wasm-bindgen 0.2.99 and removed in newer versions. This removes the features = ["msrv"] from the wasm-bindgen dependency for wasm32-unknown-unknown targets, ensuring compatibility with current and future wasm-bindgen releases.

  • Removed features = ["msrv"] from [target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.wasm-bindgen] in Cargo.toml

No functional change — the msrv feature was a no-op in recent wasm-bindgen versions before its removal.

The  feature was deprecated in wasm-bindgen 0.2.99 and
removed in newer versions. Removing it ensures compatibility with
current and future wasm-bindgen releases.
Copy link
Copy Markdown
Member

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

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

Thanks @guybedford!

@KodrAus KodrAus merged commit 90c5be8 into uuid-rs:main Apr 10, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants