mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 23:35:07 +00:00
askama_derive
accidentally exposed as a 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.
This commit is contained in:
parent
697862a76c
commit
68fbf93d99
@ -56,7 +56,7 @@ alloc = [
|
|||||||
blocks = ["askama_derive?/blocks"]
|
blocks = ["askama_derive?/blocks"]
|
||||||
code-in-doc = ["askama_derive?/code-in-doc"]
|
code-in-doc = ["askama_derive?/code-in-doc"]
|
||||||
config = ["askama_derive?/config"]
|
config = ["askama_derive?/config"]
|
||||||
derive = ["askama_derive"]
|
derive = ["dep:askama_derive"]
|
||||||
serde_json = ["std", "askama_derive?/serde_json", "dep:serde", "dep:serde_json"]
|
serde_json = ["std", "askama_derive?/serde_json", "dep:serde", "dep:serde_json"]
|
||||||
std = [
|
std = [
|
||||||
"alloc",
|
"alloc",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user