diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-01-04 20:42:10 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-01-04 20:42:10 +0100 |
| commit | 5be34aa0fe14a719de8a1596d7de19e92b9f1b92 (patch) | |
| tree | 4725f3a3ea6c0b5998835cc26647c1ed7bdafb9a | |
| parent | chore: replace tokio with smol, disable unneeded iced feature flags (diff) | |
| download | iced-builder-5be34aa0fe14a719de8a1596d7de19e92b9f1b92.tar.gz | |
chore: bump MSRV
| -rw-r--r-- | .builds/linux.yml | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/linux.yml b/.builds/linux.yml index d51f089..e03474d 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -7,7 +7,7 @@ packages: - clang - mold environment: - MSRV: 1.88.0 + MSRV: 1.90.0 RUSTFLAGS: -C linker=clang -C link-arg=-fuse-ld=mold triggers: - action: email @@ -8,7 +8,7 @@ repository = "https://git.sr.ht/~pml68/iced-builder" license = "GPL-3.0-or-later" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] -rust-version = "1.88.0" +rust-version = "1.90.0" [dependencies] iced.version = "0.15.0-dev" |
