Skip to content

askama_derive accidentally exposed as a feature#384

Merged
GuillaumeGomez merged 1 commit intoaskama-rs:masterfrom
Kijewski:pr-derive
Mar 31, 2025
Merged

askama_derive accidentally exposed as a feature#384
GuillaumeGomez merged 1 commit intoaskama-rs:masterfrom
Kijewski:pr-derive

Conversation

@Kijewski
Copy link
Copy Markdown
Member

If you don't use an optional dependency at least once with dep:… in a feature, it automatically, implicitly becomes a feature flag. The dep: prefix was missing from askama_derive for the derive feature.

If you don't use an optional dependency at least once with `dep:…` in a
feature, it automatically, implicitly becomes a feature flag. The
`dep:` prefix was missing from `askama_derive` for the `derive` feature.
@GuillaumeGomez
Copy link
Copy Markdown
Collaborator

Thanks!

@GuillaumeGomez GuillaumeGomez merged commit aa5e200 into askama-rs:master Mar 31, 2025
41 checks passed
@Kijewski Kijewski deleted the pr-derive branch March 31, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants