Skip to content

Commit 134ac8d

Browse files
Update Cargo.toml
1 parent 6e5fdd3 commit 134ac8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "torchbear"
33
description = "A simple and complete programming environment"
4-
version = "0.11.8"
4+
version = "0.11.9"
55
authors = ["Mitchell Tannenbaum <tannenbaum.mitchell@gmail.com>"]
66
repository = "https://github.com/foundpatterns/torchbear"
77
readme = "Readme.md"
@@ -61,7 +61,7 @@ regex = "1.1"
6161
mime_guess = "1.8"
6262
heck = "0.3"
6363
# app
64-
tera = "1.0.0-alpha.4"
64+
tera = { git = "https://github.com/foundpatterns/tera" }
6565
tantivy = { version = "0.8", optional = true }
6666
chrono = "0.4"
6767
base64 = "0.10"

0 commit comments

Comments
 (0)