Open elidupree opened 3 years ago
Update: Using the latest git version works. Also, this seems to be a semi-duplicate of this previous issue – it looks like the same error. The fault is on Rust's end, I guess? But it seems important to have an open issue to get out a version of typed-html that is not broken out-of-the-box, alas
same in Rust 1.57.0, even there's no usage.
is something blocking this? its been fixed on master but why was the fixed version never published to crates.io?
@0rphon The project isn't maintained anymore
:eyes:
:eyes:
@phaazon just do this
[dependencies]
typed-html = { git = "https://github.com/bodil/typed-html" }
You should specify the commit:
typed-html = { git = "https://github.com/bodil/typed-html", rev = "4c13ecca" }
If I create a fresh repo, add
typed-html = "0.2.2"
to my dependencies, andcargo build
, I get this error while compiling typed-html:This is distressing, because typed-html is a great library that I'm hoping to continue relying on!