diff options
author | 2023-04-20 15:26:26 +0200 | |
---|---|---|
committer | 2023-04-20 15:26:26 +0200 | |
commit | 477d9bd6ad0f6653f270e624eb4d31683779dc0a (patch) | |
tree | cd831d604351b06c958ae9cb53e9dafe3df8047c /native/Cargo.toml | |
parent | 2e9129582a88ee0758c215847b0ec49baab79f11 (diff) | |
download | iced-477d9bd6ad0f6653f270e624eb4d31683779dc0a.tar.gz iced-477d9bd6ad0f6653f270e624eb4d31683779dc0a.tar.bz2 iced-477d9bd6ad0f6653f270e624eb4d31683779dc0a.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 869c1bb0..d0ec403d 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.10.1" +version = "0.10.2" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A renderer-agnostic library for native GUIs" |