You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release rinja v0.3.6+deprecated containing a deprecation notice in the readme and docs.
Adding #![deprecated] to the module does work, but not as expected. The console will be spammed with hundreds of messages, because the deprecation message is not posted once, but for every import, every method call, and so on.
I added a branch rinja-v0.3.x. It contains docs how to update, but no warning messages of any kind.
The text was updated successfully, but these errors were encountered:
rinja-v0.3.x
.v0.3.6+deprecated
containing a deprecation notice in the readme and docs.Adding
#![deprecated]
to the module does work, but not as expected. The console will be spammed with hundreds of messages, because the deprecation message is not posted once, but for every import, every method call, and so on.I added a branch rinja-v0.3.x. It contains docs how to update, but no warning messages of any kind.
The text was updated successfully, but these errors were encountered: