diff options
author | 2023-04-20 15:31:15 +0200 | |
---|---|---|
committer | 2023-04-20 15:31:15 +0200 | |
commit | 2155d0af1f76b12cd05a1b8dba1afc1e5ecdefe5 (patch) | |
tree | f0e13f8e3ce4024ff94eb1ec5c0b089b1c64a176 /native/Cargo.toml | |
parent | e96f26f3574997e4b268cf360fe84b7783e960f7 (diff) | |
download | iced-2155d0af1f76b12cd05a1b8dba1afc1e5ecdefe5.tar.gz iced-2155d0af1f76b12cd05a1b8dba1afc1e5ecdefe5.tar.bz2 iced-2155d0af1f76b12cd05a1b8dba1afc1e5ecdefe5.zip |
Bump version of `iced_native` :tada:
Diffstat (limited to '')
-rw-r--r-- | native/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index d0ec403d..5ba06b67 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.10.2" +version = "0.10.3" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A renderer-agnostic library for native GUIs" |