Skip to content

Commit 2bb3fd4

Browse files
committed
pin tera to 1.12
due to Keats/tera#687
1 parent aaff31f commit 2bb3fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tera/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ categories = ["web-programming::http-server", "web-programming"]
1414
log = "0.4.14"
1515
mime-db = "1.5.0"
1616
serde = "1.0.130"
17-
tera = "1.12.1"
18-
trillium = { path = "../trillium", version = "^0.2.0"}
17+
tera = "1.12.*"
18+
trillium = { path = "../trillium", version = "^0.2.0" }
1919

2020
[dev-dependencies]
2121
trillium-smol = { path = "../smol" }

0 commit comments

Comments
 (0)