Skip to content

Commit

Permalink
depend on specific version of typed-html
Browse files Browse the repository at this point in the history
This contains a fix for that now allows release builds to be made.

bodil/typed-html#117
  • Loading branch information
iamcodemaker committed Aug 31, 2020
1 parent 31a81f7 commit bd4c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
wasm-bindgen = "0.2.50"
log = "0.4"
typed-html = { version = "0.2", optional = true }
typed-html = { git = "https://github.com/bodil/typed-html", rev = "d95ce1a2930f2385d4f3765d061dbeff3503107f", optional = true }

[dependencies.web-sys]
version = "0.3.6"
Expand Down

0 comments on commit bd4c38f

Please sign in to comment.