Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
naturallymitchell authored Feb 6, 2019
1 parent 6e5fdd3 commit 134ac8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <tannenbaum.mitchell@gmail.com>"]
repository = "https://github.com/foundpatterns/torchbear"
readme = "Readme.md"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 134ac8d

Please sign in to comment.