diff options
author | 2023-02-18 22:16:44 +0100 | |
---|---|---|
committer | 2023-02-18 22:16:44 +0100 | |
commit | 2b8742937fb41fbe2ce60a494bfce2fd8b6ab916 (patch) | |
tree | 287edb760ca747cc448132ec8f03dfbb72e7836d /native/Cargo.toml | |
parent | 1b79df44337abf46f9ef3fbd2f46a96da952639d (diff) | |
download | iced-2b8742937fb41fbe2ce60a494bfce2fd8b6ab916.tar.gz iced-2b8742937fb41fbe2ce60a494bfce2fd8b6ab916.tar.bz2 iced-2b8742937fb41fbe2ce60a494bfce2fd8b6ab916.zip |
Bump version of `iced_native` :tada:
Diffstat (limited to 'native/Cargo.toml')
-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 25281ea7..3f92783e 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.9.0" +version = "0.9.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A renderer-agnostic library for native GUIs" |