-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error #16
Comments
Yup this just broke Bevy's test builds bevyengine/bevy#1313 |
I also filed PR, only to see that a PR was already filed :). |
Thanks for the report! I've published a version 1.2.1 with the fix applied. |
This was referenced Mar 4, 2021
bors bot
added a commit
to rust-rosetta/rust-rosetta
that referenced
this issue
Mar 5, 2021
731: `cargo update` to fix CI r=euclio a=efx I ran `cargo update` to bump `tinytemplate` and include this fix: bheisler/TinyTemplate#16 Co-authored-by: Eli Flanagan <efx@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling a project that uses
criterion
, which hastinytemplate
as a dependency, I get this compilation error when cargo tries to build it:My version of Cargo is
cargo 1.52.0-nightly (572e20153 2021-02-24)
.The text was updated successfully, but these errors were encountered: