Skip to content

Commit

Permalink
Update examples to use sauron 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 28, 2019
1 parent f741079 commit 20a4074
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.5.0"
sauron = "0.6.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.5.0"
sauron = "0.6.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.5.0"
sauron = "0.6.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.5.0"
sauron = "0.6.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 20a4074

Please sign in to comment.