Skip to content

Commit

Permalink
templr v0.1.6 verbump
Browse files Browse the repository at this point in the history
Signed-off-by: max <[email protected]>
  • Loading branch information
PizzasBear committed Jan 16, 2024
1 parent c71b23c commit 2130a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "templr"
version = "0.1.5"
version = "0.1.6"
description = "A rust template library"
documentation = "https://docs.rs/templr"
keywords = ["markup", "template", "html", "rsx"]
Expand All @@ -16,7 +16,7 @@ edition = "2021"
all-features = true

[dependencies]
templr_macros = { path = "../templr_macros", version = "0.1.3" }
templr_macros = { path = "../templr_macros", version = "0.1.4" }

anyhow = "1.0"
askama_escape = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion templr_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "templr_macros"
version = "0.1.3"
version = "0.1.4"
description = "Procedural macros for templr"
homepage = "https://github.com/PizzasBear/templr"
repository = "https://github.com/PizzasBear/templr"
Expand Down

0 comments on commit 2130a36

Please sign in to comment.