-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm-bindgen
no longer works with feature resolver version 1
#4304
Comments
I added a CI check so this doesn't happen again. |
So I had to dig into this a bit more, because apparently no While I was working in #4306 to fix this issue without requiring Any input would be appreciated! |
wasm-bindgen
no longer works with feature resolver version 1
- bump edition to 2021 (implies default resolver 2) - also implies resolver 2 to bypass latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
- bump edition to 2021 - set resolver to 2 to bypasses latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
- bump edition to 2021 - set resolver to 2 to bypasses latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
- bump edition to 2021 - set resolver to 2 to bypasses latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
- bump edition to 2021 - set resolver to 2 to bypasses latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
- bump edition to 2021 - set resolver to 2 to bypasses latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
- bump edition to 2021 - set resolver to 2 to bypasses latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
- bump edition to 2021 - set resolver to 2 to bypasses latest wasm-bindgen bug: rustwasm/wasm-bindgen#4304 - remove patch versioning from all dependencies Signed-off-by: Andrei Gherghescu <[email protected]>
You are breaking a lot of crates that depend on things like v0.2.97 is still affected:
|
I'm not sure I fully understand what's going on here, but it seems like this is also the cause for this failed test/build: |
@ozabalaferrera When I change this line to I think this is why: https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html |
@smoelius, I don't think that worked for me. I also had tried setting |
623: Use resolver = "2" r=Kerollmops a=dureuill Fixes `cargo test` on stable Context: rustwasm/wasm-bindgen#4304 Co-authored-by: Louis Dureuil <[email protected]>
The text was updated successfully, but these errors were encountered: