summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/iced_drop/Cargo.toml2
-rw-r--r--crates/iced_drop/src/widget/droppable.rs2
-rw-r--r--crates/iced_fontello/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/iced_drop/Cargo.toml b/crates/iced_drop/Cargo.toml
index 0692084..9b20632 100644
--- a/crates/iced_drop/Cargo.toml
+++ b/crates/iced_drop/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "iced_drop"
version = "0.1.0"
-edition = "2021"
+edition = "2024"
[dependencies]
iced.workspace = true
diff --git a/crates/iced_drop/src/widget/droppable.rs b/crates/iced_drop/src/widget/droppable.rs
index 23c417f..063aef8 100644
--- a/crates/iced_drop/src/widget/droppable.rs
+++ b/crates/iced_drop/src/widget/droppable.rs
@@ -225,7 +225,7 @@ where
}
}
}
- mouse::Event::CursorMoved { mut position } => match state
+ &mouse::Event::CursorMoved { mut position } => match state
.action
{
Action::Select(start) | Action::Drag(start, _) => {
diff --git a/crates/iced_fontello/Cargo.toml b/crates/iced_fontello/Cargo.toml
index 8c170a1..aa9678e 100644
--- a/crates/iced_fontello/Cargo.toml
+++ b/crates/iced_fontello/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "iced_fontello"
version = "0.13.2"
-edition = "2021"
+edition = "2024"
description = "Generate type-safe icon fonts for `iced` at compile time"
repository = "https://github.com/hecrj/iced_fontello"
license = "MIT"