diff options
author | René Kijewski <kijewski@library.vetmed.fu-berlin.de> | 2022-01-31 19:04:07 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-01-31 19:51:55 +0100 |
commit | c98f2729722afad85be7a6b6cba18aedbd83733a (patch) | |
tree | 1f0d7b6a259702b7ff7165ba46efff34a7beed9a | |
parent | 9c66b6174729b652f36286be9610fa460e269644 (diff) | |
download | askama-c98f2729722afad85be7a6b6cba18aedbd83733a.tar.gz askama-c98f2729722afad85be7a6b6cba18aedbd83733a.tar.bz2 askama-c98f2729722afad85be7a6b6cba18aedbd83733a.zip |
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.
-rw-r--r-- | testing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index daa2d68..008b200 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -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]] |