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
The published version of rocket_contrib (https://crates.io/crates/rocket_contrib) has a dependency on the tera templating library version 0.7.0 at the moment. I'm trying out some stuff with rocket (great project btw.), and I want to try out some features that are added to tera later ({% set ... %} for example). I saw you already updated the version in Cargo.toml in this repo, but probably after it was published?
Would you mind publishing the crate with the latest version? Much appreciated!
Or if you know a way of overriding a version with a newer one (in Cargo.toml), I already tried to use the [replace] section but that only works if the replacement library has the exact same version, that would mean I need to fork the tera repo and just update the version, which seems silly.
Keep up the good work and best regards,
Michali Sarris
The text was updated successfully, but these errors were encountered:
Thanks, that works. I thought about doing that, but I didn't know it's also possible with multiple crates in a single repository. And I should have checked the closes issues. I'll close this issue.
Hi Sergio,
The published version of rocket_contrib (https://crates.io/crates/rocket_contrib) has a dependency on the tera templating library version 0.7.0 at the moment. I'm trying out some stuff with rocket (great project btw.), and I want to try out some features that are added to tera later (
{% set ... %}
for example). I saw you already updated the version in Cargo.toml in this repo, but probably after it was published?Would you mind publishing the crate with the latest version? Much appreciated!
Or if you know a way of overriding a version with a newer one (in Cargo.toml), I already tried to use the [replace] section but that only works if the replacement library has the exact same version, that would mean I need to fork the tera repo and just update the version, which seems silly.
Keep up the good work and best regards,
Michali Sarris
The text was updated successfully, but these errors were encountered: