Skip to content

Commit

Permalink
Release 0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Sep 25, 2023
1 parent 34dd6b9 commit efd2441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5"
version = "0.17.6"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
rust-version = "1.58"
Expand All @@ -14,7 +14,7 @@ keywords = ["code-generation", "template"]
categories = ["template-engine"]

[dependencies]
genco-macros = { path = "./genco-macros", version = "=0.17.5" }
genco-macros = { path = "./genco-macros", version = "=0.17.6" }

relative-path = "1.2.0"
smallvec = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions 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.5"
version = "0.17.6"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
rust-version = "1.58"
Expand All @@ -21,7 +21,7 @@ q = { package = "quote", version = "1.0.3" }
proc-macro2 = { version = "1.0.10", features = ["span-locations"] }

[dev-dependencies]
genco = { path = "..", version = "0.17.5" }
genco = { path = "..", version = "0.17.6" }

[lib]
proc-macro = true

0 comments on commit efd2441

Please sign in to comment.