mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 06:21:13 +00:00
Fix minimum supported syn
version
This commit is contained in:
parent
f564e724e1
commit
1df437ec94
@ -27,7 +27,7 @@ serde_derive = { version = "1.0", optional = true }
|
|||||||
memchr = "2"
|
memchr = "2"
|
||||||
quote = { version = "1", default-features = false }
|
quote = { version = "1", default-features = false }
|
||||||
rustc-hash = "2.0.0"
|
rustc-hash = "2.0.0"
|
||||||
syn = { version = "2.0.3", default-features = false, features = ["clone-impls", "derive", "parsing", "printing"] }
|
syn = { version = "2.0.41", default-features = false, features = ["clone-impls", "derive", "parsing", "printing"] }
|
||||||
|
|
||||||
# in `askama_derive_standalone` we opt out of the default features, because we need no native `proc-macro` support
|
# in `askama_derive_standalone` we opt out of the default features, because we need no native `proc-macro` support
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
@ -36,7 +36,7 @@ proc-macro2 = "1"
|
|||||||
console = "0.15.8"
|
console = "0.15.8"
|
||||||
prettyplease = "0.2.20"
|
prettyplease = "0.2.20"
|
||||||
similar = "2.6.0"
|
similar = "2.6.0"
|
||||||
syn = { version = "2.0.3", features = ["full"] }
|
syn = { version = "2.0.41", features = ["full"] }
|
||||||
|
|
||||||
# must be the same feature list as for askama
|
# must be the same feature list as for askama
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user