We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8f729 commit c49a809Copy full SHA for c49a809
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev xvfb weston -y
62
- name: Install rust
63
id: toolchain
64
- uses: dtolnay/rust-toolchain@1.80.1
+ uses: dtolnay/rust-toolchain@1.81
65
with:
66
targets: ${{ matrix.platform.target }}
67
- name: Build
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "1.80.1"
3
-components = [ "rustfmt" ]
+channel = "1.81"
+components = ["rustfmt"]
4
profile = "minimal"
0 commit comments