aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-20 08:25:05 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-20 08:25:05 +0100
commit7fc38aa179ff3051bb97b4aa1fc05446151e6cf5 (patch)
tree7986327b971a67673ae7d2e5557db042ed40d059
parentfeat!: remove feature flags that should be set on iced by the user (diff)
downloadiced_material-7fc38aa179ff3051bb97b4aa1fc05446151e6cf5.tar.gz
chore: bump MSRV to match iced's
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 959be31..ca26e68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ homepage = "https://sr.ht/~pml68/iced_material"
repository = "https://git.sr.ht/~pml68/iced_material"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.88"
+rust-version = "1.92"
[features]
default = []