Hey everyone
I am working on a project (using rust edition 2024) that's relying on wit-bindgen-rt
I had a lot of errors at first then I noticed that wit-bindgen-rt version 0.44.0 still seems to use rust edition 2021
I'd like to try and contribute to make it use rust 2024, but I can't seem to find the git repository which contains wit-bindgen-rt's Cargo.toml file, (and neither in wit-bindgen/crates/guest-rust/rt)
can anyone enlighten me ont that subject ?
wit-bindgen-rt is no longer used: https://github.com/bytecodealliance/wit-bindgen/pull/1369
Oh, thanks for the precision
I'm investigating because I have a ton of warnings when running cargo-component in my codebase, and I'm still using wit-bindgen-rt
Last updated: Mar 23 2026 at 16:19 UTC