fjordgard

A desktop clock application
Log | Files | Refs | README | LICENSE

commit b5d4f6b594d3d9e27beb3c4cdeaa0995764b705b
parent d65c66a64bfad968ffa079bd0a2bd717914f9945
Author: Sylvia Ivory <git@sivory.net>
Date:   Thu, 19 Jun 2025 21:49:48 -0700

Spell stable correctly

Diffstat:
M.github/workflows/testing.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Rust - run: rustup toolchain install sable --profile minimal + run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 - name: Run rustfmt checks run: cargo fmt --check