From 4d069a03af0740d3105d7cc178560925751e471b Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Mon, 20 May 2019 14:27:00 +0800 Subject: [PATCH] Update examples to version 0.7.0 --- examples/fetch_data/Cargo.toml | 2 +- examples/interactive/client/Cargo.toml | 2 +- examples/minimal/Cargo.toml | 2 +- examples/todomvc/Cargo.toml | 2 +- examples/window_tab_rows/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/fetch_data/Cargo.toml b/examples/fetch_data/Cargo.toml index 6f7e4cd40..2c987809f 100644 --- a/examples/fetch_data/Cargo.toml +++ b/examples/fetch_data/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -sauron = { path = "../../" } +sauron = "0.7.0" wasm-bindgen = "0.2.40" console_error_panic_hook = { version = "0.1.1", optional = true } wee_alloc = { version = "0.4.3", optional = true } diff --git a/examples/interactive/client/Cargo.toml b/examples/interactive/client/Cargo.toml index 5cfeb6432..7902da90b 100644 --- a/examples/interactive/client/Cargo.toml +++ b/examples/interactive/client/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] console_error_panic_hook = "0.1" js-sys = "0.3" -sauron = "0.6.0" +sauron = "0.7.0" lazy_static = "1.0" # `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size diff --git a/examples/minimal/Cargo.toml b/examples/minimal/Cargo.toml index 149e8dd40..f6cc8bf87 100644 --- a/examples/minimal/Cargo.toml +++ b/examples/minimal/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -sauron = "0.6.0" +sauron = "0.7.0" wasm-bindgen = "0.2.40" console_error_panic_hook = { version = "0.1.1", optional = true } wee_alloc = { version = "0.4.3", optional = true } diff --git a/examples/todomvc/Cargo.toml b/examples/todomvc/Cargo.toml index e8c4adb51..f8ee125fe 100644 --- a/examples/todomvc/Cargo.toml +++ b/examples/todomvc/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -sauron = "0.6.0" +sauron = "0.7.0" wasm-bindgen = "0.2.42" console_error_panic_hook = { version = "0.1.6", optional = true } wee_alloc = { version = "0.4.4", optional = true } diff --git a/examples/window_tab_rows/Cargo.toml b/examples/window_tab_rows/Cargo.toml index 0f1d2ff03..db93d3f44 100644 --- a/examples/window_tab_rows/Cargo.toml +++ b/examples/window_tab_rows/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -sauron = "0.6.0" +sauron = "0.7.0" wasm-bindgen = "0.2.40" console_error_panic_hook = { version = "0.1.1", optional = true } wee_alloc = { version = "0.4.3", optional = true }