We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5fdd3 commit 134ac8dCopy full SHA for 134ac8d
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "torchbear"
3
description = "A simple and complete programming environment"
4
-version = "0.11.8"
+version = "0.11.9"
5
authors = ["Mitchell Tannenbaum <tannenbaum.mitchell@gmail.com>"]
6
repository = "https://github.com/foundpatterns/torchbear"
7
readme = "Readme.md"
@@ -61,7 +61,7 @@ regex = "1.1"
61
mime_guess = "1.8"
62
heck = "0.3"
63
# app
64
-tera = "1.0.0-alpha.4"
+tera = { git = "https://github.com/foundpatterns/tera" }
65
tantivy = { version = "0.8", optional = true }
66
chrono = "0.4"
67
base64 = "0.10"
0 commit comments