Skip to content

Commit 32d45d7

Browse files
committed
update
1 parent 5a63e32 commit 32d45d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Rust
3838
uses: dtolnay/rust-toolchain@stable
3939
with:
40-
toolchain: 1.85.0
40+
toolchain: 1.90.0
4141

4242
- name: Build release binary
4343
run: cargo build --release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "diskfmt"
33
version = "0.1.3"
44
edition = "2024"
5-
rust-version = "1.85"
5+
rust-version = "1.90"
66
description = "A GUI utility for formatting disks using UDisks2."
77
readme = "README.md"
88
license = "MIT"

0 commit comments

Comments
 (0)