mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 15:00:57 +00:00
Use exact trybuild version
Sometimes for no obvious reason an old version is selected and the output is different in just about every ui test. Just pin it to the currently newest version and test if an updated version still works when a new version gets released.
This commit is contained in:
parent
9c66b61747
commit
c98f272972
@ -15,7 +15,7 @@ serde_json = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
trybuild = "1.0"
|
||||
trybuild = "1.0.55"
|
||||
version_check = "0.9"
|
||||
|
||||
[[bench]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user