Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/fwPublic

Bump tokio from 1.44.1 to 1.44.2#400

Bump tokio from 1.44.1 to 1.44.2

Bump tokio from 1.44.1 to 1.44.2 #400

Workflow file for this run

name:Rust
on:[push, pull_request]
env:
CARGO_TERM_COLOR:always
jobs:
build:
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v4
-name:Cache folders
uses:actions/cache@v4
with:
path:|
~/.cargo/registry
~/.cargo/git
target
key:${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
-name:Check formatting, run clippy and test
run:cargo fmt --all -- --check && cargo clippy -- -D warnings && cargo test

[8]ページ先頭

©2009-2025 Movatter.jp