diff options
author | 2023-03-07 07:24:34 +0100 | |
---|---|---|
committer | 2023-03-07 07:24:34 +0100 | |
commit | aa4b5bb6b962b48715023e3ce567d1a18473bffa (patch) | |
tree | 5dcb839dac56c81a9b9b618db86f67f3e72af9d3 /core/Cargo.toml | |
parent | d3900e067361c82fd857fc92b81284146140bc3b (diff) | |
parent | df68cca0c9dda051ae979ccc2f5ca8d37c3e3cb5 (diff) | |
download | iced-aa4b5bb6b962b48715023e3ce567d1a18473bffa.tar.gz iced-aa4b5bb6b962b48715023e3ce567d1a18473bffa.tar.bz2 iced-aa4b5bb6b962b48715023e3ce567d1a18473bffa.zip |
Merge branch 'master' into feature/software-renderer
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 9edc20f6..dac31828 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_core" -version = "0.8.0" +version = "0.8.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "The essential concepts of Iced" |