summaryrefslogtreecommitdiffstats
path: root/examples/url_handler
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-09 17:53:35 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-09 17:57:44 +0700
commitadce9e04213803bd775538efddf6e7908d1c605e (patch)
tree8e8145017f6364318f7acd09f49e6a4386f4cd72 /examples/url_handler
parent554e0a090e3530dced71c14fa02ed5690b7d398e (diff)
downloadiced-adce9e04213803bd775538efddf6e7908d1c605e.tar.gz
iced-adce9e04213803bd775538efddf6e7908d1c605e.tar.bz2
iced-adce9e04213803bd775538efddf6e7908d1c605e.zip
Update Rust edition to 2021 :tada:
Diffstat (limited to 'examples/url_handler')
-rw-r--r--examples/url_handler/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/url_handler/Cargo.toml b/examples/url_handler/Cargo.toml
index 911b2f25..63c7ec27 100644
--- a/examples/url_handler/Cargo.toml
+++ b/examples/url_handler/Cargo.toml
@@ -2,9 +2,9 @@
name = "url_handler"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
-edition = "2018"
+edition = "2021"
publish = false
[dependencies]
iced = { path = "../.." }
-iced_native = { path = "../../native" } \ No newline at end of file
+iced_native = { path = "../../native" }