Skip to content

Commit c49a809

Browse files
committed
rust
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent ee8f729 commit c49a809

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev xvfb weston -y
6262
- name: Install rust
6363
id: toolchain
64-
uses: dtolnay/rust-toolchain@1.80.1
64+
uses: dtolnay/rust-toolchain@1.81
6565
with:
6666
targets: ${{ matrix.platform.target }}
6767
- name: Build

rust-toolchain.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.80.1"
3-
components = [ "rustfmt" ]
2+
channel = "1.81"
3+
components = ["rustfmt"]
44
profile = "minimal"

0 commit comments

Comments
 (0)