Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
persist-credentials: false

- uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
- uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de
with:
toolchain: 1.94.0

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev \
libayatana-appindicator3-dev libpulse-dev cmake

- uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
- uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de
with:
toolchain: 1.94.0
components: clippy,rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pulseaudio pulseaudio-utils libpulse-dev gstreamer1.0-plugins-good \
weston libweston-13-0 wayland-utils gir1.2-gtk-4.0 gir1.2-webkit-6.0

- uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88
- uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de
with:
toolchain: 1.94.0
components: clippy,rustfmt
Expand Down
Loading