Skip to content

Commit

Permalink
Release 0.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed May 18, 2024
1 parent db32718 commit 70d61ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "genco"
version = "0.17.8"
version = "0.17.9"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2018"
rust-version = "1.66"
Expand All @@ -14,7 +14,7 @@ keywords = ["code-generation", "template"]
categories = ["template-engine"]

[dependencies]
genco-macros = { path = "./genco-macros", version = "=0.17.8" }
genco-macros = { path = "./genco-macros", version = "=0.17.9" }

relative-path = "1.2.0"
smallvec = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion genco-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genco-macros"
version = "0.17.8"
version = "0.17.9"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2018"
rust-version = "1.66"
Expand Down

0 comments on commit 70d61ca

Please sign in to comment.