diff options
Diffstat (limited to 'examples/url_handler')
-rw-r--r-- | examples/url_handler/Cargo.toml | 4 |
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" } |