We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a63e32 commit 32d45d7Copy full SHA for 32d45d7
2 files changed
.github/workflows/appimage.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Set up Rust
38
uses: dtolnay/rust-toolchain@stable
39
with:
40
- toolchain: 1.85.0
+ toolchain: 1.90.0
41
42
- name: Build release binary
43
run: cargo build --release
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "diskfmt"
3
version = "0.1.3"
4
edition = "2024"
5
-rust-version = "1.85"
+rust-version = "1.90"
6
description = "A GUI utility for formatting disks using UDisks2."
7
readme = "README.md"
8
license = "MIT"
0 commit comments