| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-26 | 701 Bytes | |
| Rust 1.94.1 source code.tar.gz | 2026-03-26 | 36.9 MB | |
| Rust 1.94.1 source code.zip | 2026-03-26 | 61.1 MB | |
| Totals: 3 Items | 97.9 MB | 8 | |
- Fix
std::thread::spawnon wasm32-wasip1-threads - Remove new methods added to
std::os::windows::fs::OpenOptionsExtThe new methods were unstable, but the trait itself is not sealed and so cannot be extended with non-default methods. - Clippy: fix ICE in
match_same_arms - Cargo: update tar to 0.4.45 This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected. See blog for more details.