You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new command invokes cargo add --quiet wit-bindgen-rt --features bitflags1, causing cargo to look for the newest version of that crate (currently 0.29.0), but cargo component itself still uses 0.25.0 of wit-bindgen-rust and wit-bindgen-core2.
The version in the project and the version the binding create are off:
Notice the versions are not the same (
wit-bindgen-rt = { version = "0.29.0",
and// Generated by
wit-bindgen0.25.0. DO NOT EDIT!
This doesn't seem to cause a problem with current versions, but I think it could?
The text was updated successfully, but these errors were encountered: