From 862859142b50cf74a6fe423a4aa23fd63c152843 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 25 Nov 2019 14:55:14 +0100 Subject: Add `CHANGELOG` to subcrates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0368408b..7039a5b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ iced_winit = { version = "0.1.0-alpha", path = "winit" } iced_wgpu = { version = "0.1.0", path = "wgpu" } [target.'cfg(target_arch = "wasm32")'.dependencies] -iced_web = { version = "0.1.0-alpha", path = "web" } +iced_web = { version = "0.1.0", path = "web" } [dev-dependencies] env_logger = "0.7" -- cgit