issues
search
coord-e
/
misskey-rs
:v: Client library for Misskey :smiling_face_with_three_hearts:
Apache License 2.0
59
stars
7
forks
source link
Stable CI
#49
Closed
coord-e
closed
1 year ago
coord-e
commented
2 years ago
remove minimum versions build from
ci.yml
since it's unstable due to the use of
nightly
toolchain
use Cargo.lock and rust-toolchain.toml in CI to:
ensure
ci.yml
is stable (reproducible)
improve stability of unstable / flaky checks
use Swatinem/rust-cache to simplify cache settings
it is hard to maintain proper cache key across these various settings manually
automated update of both files
ci.yml
since it's unstable due to the use ofnightly
toolchainci.yml
is stable (reproducible)