summaryrefslogtreecommitdiffstats
path: root/winit
diff options
context:
space:
mode:
Diffstat (limited to 'winit')
-rw-r--r--winit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index ca2018c7..a3b1613d 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -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]