Skip to content

Commit

Permalink
move to Value instead of Arc<Any>, clone for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Feb 14, 2018
1 parent c4dd11e commit 1cf3429
Show file tree
Hide file tree
Showing 10 changed files with 317 additions and 485 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtmpl"
version = "0.3.3"
version = "0.4.0"
authors = ["Florian Merz <flomerz@gmail.com>"]
description = "The Golang Templating Language for Rust"
license = "MIT"
Expand All @@ -18,5 +18,5 @@ travis-ci = { repository = "fiji-flo/gtmpl-rust" }
itertools = "0.7"
lazy_static = "1.0"
percent-encoding = "1.0"
gtmpl_value = "0.2"
gtmpl_value = "0.3"
gtmpl_derive = "0.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ seamless integration of Rust application into the world of devops tools around
Add the following dependency to your Cargo manifest…
```toml
[dependencies]
gtmpl = "0.3.3"
gtmpl = "0.4.0"
```

and look at the docs:
Expand Down

0 comments on commit 1cf3429

Please sign in to comment.