Skip to content

chore: update logo

chore: update logo #3

Triggered via push September 19, 2024 05:52
Status Failure
Total duration 2m 57s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
build
Process completed with exit code 123.
current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/macros/select.rs#L505
warning: current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0` --> src/server/udp.rs:84:13 | 84 | / tokio::select! { 85 | | recv = framed.next() => { 86 | | match recv{ 87 | | Some(Ok((b,peer))) => { ... | 136 | | } 137 | | } | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: this warning originates in the macro `$crate::select` which comes from the expansion of the macro `tokio::select` (in Nightly builds, run with -Z macro-backtrace for more info)
current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/macros/select.rs#L505
warning: current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0` --> src/server/tcp.rs:49:13 | 49 | / tokio::select! { 50 | | accept = listener.accept() => { 51 | | let (stream, addr) = accept?; 52 | | let h = Clone::clone(&h); ... | 63 | | } 64 | | } | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default = note: this warning originates in the macro `$crate::select` which comes from the expansion of the macro `tokio::select` (in Nightly builds, run with -Z macro-backtrace for more info)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/