Skip to content

Commit

Permalink
Update dodrio requirement from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dodrio](https://github.com/fitzgen/dodrio) to permit the latest version.
- [Release notes](https://github.com/fitzgen/dodrio/releases)
- [Commits](https://github.com/fitzgen/dodrio/commits/0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bodil committed May 11, 2020
1 parent d95ce1a commit 4c13ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/dodrio/counter/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1.6"
console_log = "0.2.0"
dodrio = "0.1.0"
dodrio = "0.2.0"
log = "0.4.6"
wasm-bindgen = "0.2"
typed-html = { path = "../../../typed-html", features = ["dodrio_macro"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/dodrio/todomvc/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"

[dependencies]
cfg-if = "0.1.7"
dodrio = "0.1.0"
dodrio = "0.2.0"
futures = "0.1.25"
js-sys = "0.3.15"
serde = { features = ["derive"], version = "1.0.89" }
Expand Down
2 changes: 1 addition & 1 deletion typed-html/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ htmlescape = "0.3.1"
proc-macro-hack = "0.5.4"
proc-macro-nested = "0.1.3"
stdweb = { version = "0.4.14", optional = true }
dodrio = { version = "0.1.0", optional = true }
dodrio = { version = "0.2.0", optional = true }
web-sys = { version = "0.3.16", optional = true, features = [
"Event",
"Element"
Expand Down

0 comments on commit 4c13ecc

Please sign in to comment.