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
Linux linlaptop 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Description
Although rustc-version with 1.63 defined in Cargo.toml, the below build failed:
cargo +1.63-x86_64-unknown-linux-gnu check
warning: unused manifest key: lints
error: package `tokio v1.41.1` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.63.0
No, we don't need to. hyper itself doesn't need a newer compiler, and can work with older versions of Tokio that support Rust 1.63. That's why we pin Tokio in the MSRV CI job.
Version
hyper version is 1.5.0, use default feature.
Platform
Linux linlaptop 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Description
Although rustc-version with 1.63 defined in Cargo.toml, the below build failed:
Should we bump rust-version to rustc 1.70 ?
The text was updated successfully, but these errors were encountered: