Skip to content

Commit

Permalink
Relese 0.3.6
Browse files Browse the repository at this point in the history
Changes since release 0.3.4 includes:

* Update nom dependency to version 3.2.
* Update optional rsass dependency to version 0.5.0.
* Update base64 dependency to 0.7.0.
* A documentation typo fixed, by @jo-so.
* Minor internal cleanup.
  • Loading branch information
kaj committed Nov 5, 2017
1 parent ba09a0c commit e7c079d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ructe"
version = "0.3.5-PRE"
version = "0.3.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]
description = "Rust Compiled Templates, efficient type-safe templates."
documentation = "https://docs.rs/ructe"
Expand Down
4 changes: 2 additions & 2 deletions examples/iron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "homesite"
version = "0.3.4"
name = "iron-ructe"
version = "0.3.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]

build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/mime03/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "statics"
version = "0.3.4"
version = "0.3.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]

build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/nickel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nickel-ructe"
version = "0.3.4"
version = "0.3.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]

build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple"
version = "0.3.4"
version = "0.3.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]

build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/static-sass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "statics"
version = "0.3.4"
version = "0.3.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]

build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/statics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "statics"
version = "0.3.4"
version = "0.3.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]

build = "src/build.rs"
Expand Down

0 comments on commit e7c079d

Please sign in to comment.