-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use of addr_of_mut requires recent Rust #30
Comments
I see some discussion here about the usage of It calls out that only two uses of
Might be worth investigating if there are alternatives that can be used. |
I suppose the fix is to wrap |
I've just published https://github.com/Voultapher/self_cell/releases/tag/v0.10.1 I hope that works for mininjinja. |
I got a pull request sent for the new yank which I very much appreciate (mitsuhiko/minijinja#21). However the latest version uses
addr_of_mut!
which bumps up the rustc requirement to 1.51. I was previously able to target1.42
which I need for an upstream user of this crate.Would it be possible to restore support for 1.42 somehow?
The text was updated successfully, but these errors were encountered: