diff --git a/examples/dodrio/counter/Cargo.toml b/examples/dodrio/counter/Cargo.toml index e764630..c9a2870 100644 --- a/examples/dodrio/counter/Cargo.toml +++ b/examples/dodrio/counter/Cargo.toml @@ -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"] } diff --git a/examples/dodrio/todomvc/Cargo.toml b/examples/dodrio/todomvc/Cargo.toml index c819e77..01062ab 100644 --- a/examples/dodrio/todomvc/Cargo.toml +++ b/examples/dodrio/todomvc/Cargo.toml @@ -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" } diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 7dc366a..120a49a 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -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"