Skip to content

Commit

Permalink
Bump waiter-codegen version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryb-dev committed Feb 13, 2024
1 parent 9ae9744 commit 0189fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [ "[email protected]" ]
members = [ "crates/*" ]

[dependencies]
waiter_codegen = { path = "crates/waiter_codegen", version = "1.6.5" }
waiter_codegen = { path = "crates/waiter_codegen", version = "1.6.6" }
config = "0.14.0"
serde = { version = "1.0.196", features = [ "derive" ] }
regex = "1.10.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/waiter_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "waiter_codegen"
version = "1.6.5"
version = "1.6.6"
edition = "2018"
description = "Macro for Waiter DI"
repository = "https://github.com/dmitryb-dev/waiter"
Expand Down

0 comments on commit 0189fc3

Please sign in to comment.