-
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
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', crates/cli-support/src/descriptor.rs:208:15 #3441
Comments
I did try using the latest A couple of suggestions:
|
Same thing happens after
what do you mean by binary vs dependency? I also ran |
The dependency is what you use in your Rust crate. Look into your [[package]]
name = "wasm-bindgen"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
] |
Thanks. There is conflict:
|
I have changed the version and it works. Thanks for fast response=) |
Describe the Bug
trunk build
gives off error that was supposed to be fixed. I'm compiling on a Mac. I've tried both versions where people reported it didn't 'yet' happen, as well as the version after it was supposedly fixed. Referring to: https://github.com/rustwasm/wasm-bindgen/issues/2776Actual Behavior
My Cargo.toml (added versions in []):
Used to compile
The text was updated successfully, but these errors were encountered: