Fix iced_native version in iced_winit

This commit is contained in:
Héctor Ramón Jiménez 2020-04-01 02:37:15 +02:00
parent 26cd6c0f2b
commit ac8875f81d

View File

@ -19,7 +19,7 @@ window_clipboard = "0.1"
log = "0.4"
[dependencies.iced_native]
version = "0.1.0-alpha"
version = "0.1.0"
path = "../native"
[target.'cfg(target_os = "windows")'.dependencies.winapi]