Temporarily fix the tinytemplate doc hidden issue

This commit is contained in:
Kerollmops 2021-03-03 13:38:20 +01:00
parent f190d5f496
commit 636a9df177
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
2 changed files with 7 additions and 2 deletions

5
Cargo.lock generated
View File

@ -1288,6 +1288,7 @@ dependencies = [
"smallstr",
"smallvec",
"tempfile",
"tinytemplate",
"uuid",
]
@ -2305,9 +2306,9 @@ dependencies = [
[[package]]
name = "tinytemplate"
version = "1.2.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2ada8616fad06a2d0c455adc530de4ef57605a8120cc65da9653e0e9623ca74"
checksum = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f"
dependencies = [
"serde",
"serde_json",

View File

@ -46,6 +46,10 @@ itertools = "0.10.0"
# logging
log = "0.4.14"
# We temporarily depend on this crate just to fix this issue
# https://github.com/bheisler/TinyTemplate/pull/17
tinytemplate = "=1.1.0"
[dev-dependencies]
criterion = "0.3.4"
maplit = "1.0.2"