Skip to content

Commit

Permalink
Use the path dependency in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Jun 7, 2019
1 parent b0264c9 commit 97f0850
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 = "0.7.0"
sauron = { path = "../../" }
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.7.0"
sauron = { path = "../../../" }
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.7.0"
sauron = { path = "../../" }
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.7.0"
sauron = { path = "../../" }
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.7.0"
sauron = { path = "../../" }
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 97f0850

Please sign in to comment.