Skip to content

Commit 20ecc01

Browse files
committed
Update rust version to fix CI crashes
1 parent 159f095 commit 20ecc01

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
RUST_TOOLCHAIN_VERSION: 1.79.0
16+
RUST_TOOLCHAIN_VERSION: 1.93.0
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}

src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "firmware_flashing_tool"
33
version = "1.7.0"
4-
description = "A tool to flash the firmware of the EyeTrackVR device."
4+
description = "A tool to flash the firmware of the EyeTrackVR tracker."
55
authors = [
66
"DaOfficialWizard",
77
"Luckmer",
88
"Lorow",
99
]
1010
license = "MIT"
11-
repository = "https://github.com/RedHawk989/EyeTrackVR"
11+
repository = "https://github.com/EyeTrackVR/FirmwareFlashingTool"
1212
default-run = "firmware_flashing_tool"
1313
edition = "2021"
14-
rust-version = "1.69"
14+
rust-version = "1.93"
1515

1616
[dependencies]
1717
serde_json = "1.0"

0 commit comments

Comments
 (0)