Skip to content

Commit

Permalink
Update examples to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed May 20, 2019
1 parent 96018c8 commit 4d069a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/fetch_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion examples/interactive/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion examples/window_tab_rows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4d069a0

Please sign in to comment.