Skip to content

Commit

Permalink
Update to Tera 0.11 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Prouillet committed Nov 24, 2017
1 parent 1f864a4 commit 6db79e7
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 28 deletions.
58 changes: 40 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
tera = "0.10"
tera = "0.11.0-beta"
serde = "1.0"
slug = "0.1"
rayon = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions components/errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
error-chain = "0.10"
tera = "0.10"
error-chain = "0.11"
tera = "0.11.0-beta"
toml = "0.4"
2 changes: 1 addition & 1 deletion components/front_matter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
tera = "0.10"
tera = "0.11.0-beta"
chrono = "0.4"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/pagination/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
tera = "0.10"
tera = "0.11.0-beta"
serde = "1.0"
serde_derive = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion components/rendering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
tera = "0.10"
tera = "0.11.0-beta"
regex = "0.2"
lazy_static = "0.2"
syntect = { version = "1", features = ["static-onig"] }
Expand Down
2 changes: 1 addition & 1 deletion components/site/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
tera = "0.10"
tera = "0.11.0-beta"
glob = "0.2"
walkdir = "2"
rayon = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion components/taxonomies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
tera = "0.10"
tera = "0.11.0-beta"
slug = "0.1"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
tera = "0.10"
tera = "0.11.0-beta"
base64 = "0.7"
lazy_static = "0.2"
pulldown-cmark = "0"
Expand Down
2 changes: 1 addition & 1 deletion components/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Vincent Prouillet <[email protected]>"]

[dependencies]
errors = { path = "../errors" }
tera = "0.10"
tera = "0.11.0-beta"


[dev-dependencies]
Expand Down

0 comments on commit 6db79e7

Please sign in to comment.