Skip to content
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

feat: Mio 1.x.x [fail due to CI rate limiting] #22

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

feat: Mio 1.x.x

b47934f
Select commit
Loading
Failed to load commit list.
Draft

feat: Mio 1.x.x [fail due to CI rate limiting] #22

feat: Mio 1.x.x
b47934f
Select commit
Loading
Failed to load commit list.
Cirrus CI / Linux amd64 1.63 failed Aug 10, 2024 in 2m 25s

Task Summary

Instruction check failed in 02:16

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:01 cargo
✅ 00:04 target
❌ 02:16 check

cargo check
    Updating crates.io index
 Downloading crates ...
  Downloaded libc v0.2.155
   Compiling libc v0.2.155
    Checking uds v0.4.2 (/tmp/cirrus-ci-build)
    Finished dev [unoptimized + debuginfo] target(s) in 2m 16s
cargo check --features mio_1xx
 Downloading crates ...
  Downloaded log v0.4.22
  Downloaded mio v1.0.1
error: package `mio v1.0.1` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.63.0

Exit status: 101