diff options
author | 2022-12-07 04:38:00 +0100 | |
---|---|---|
committer | 2022-12-07 04:44:20 +0100 | |
commit | 4c61f12768cdbe728b1dd4a074e36fb6a69534ab (patch) | |
tree | 429086835ee7dce09f431749e07d442df812f9c1 /native/Cargo.toml | |
parent | f38e7fcac2e3505d11577ade1757a77ca2a544ea (diff) | |
download | iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.gz iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.bz2 iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.zip |
Bump versions :tada:
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r-- | native/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index 558909be..bbf92951 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.6.1" +version = "0.7.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A renderer-agnostic library for native GUIs" @@ -25,5 +25,5 @@ path = "../futures" features = ["thread-pool"] [dependencies.iced_style] -version = "0.5" +version = "0.5.1" path = "../style" |