Skip to content

Commit

Permalink
Release 0.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Nov 13, 2024
1 parent 35838db commit c762252
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.9"
version = "0.17.10"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2018"
rust-version = "1.66"
Expand All @@ -19,7 +19,7 @@ std = []
alloc = []

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

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.9"
version = "0.17.10"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2018"
rust-version = "1.66"
Expand Down

0 comments on commit c762252

Please sign in to comment.