aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-20 08:27:58 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-20 08:27:58 +0100
commit573818e68cb75726b4c0f0328ecb3b1b302dfa50 (patch)
treeba2832d0ae5140509c9398213a50947c94bb8497
parentdocs: update changelog (diff)
downloadiced_selection-573818e68cb75726b4c0f0328ecb3b1b302dfa50.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 ccee0e8..9a69ded 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://git.sr.ht/~pml68/iced_selection"
documentation = "https://iced-selection.pml68.dev"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.88"
+rust-version = "1.92"
[features]
default = []