diff --git a/Cargo.toml b/Cargo.toml index 57ff91e..962b424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "A simple and complete programming environment" -version = "0.11.8" +version = "0.11.9" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md" @@ -61,7 +61,7 @@ regex = "1.1" mime_guess = "1.8" heck = "0.3" # app -tera = "1.0.0-alpha.4" +tera = { git = "https://github.com/foundpatterns/tera" } tantivy = { version = "0.8", optional = true } chrono = "0.4" base64 = "0.10"