Skip to content

Commit

Permalink
align versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 23, 2024
1 parent 4efb5f1 commit d7addf6
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 @@ -39,7 +39,7 @@ bg_redis = ["dep:rusty-sidekiq", "dep:bb8"]
bg_pg = ["dep:sqlx", "dep:ulid"]

[dependencies]
loco-gen = { path = "./loco-gen" }
loco-gen = { version = "0.11.1", path = "./loco-gen" }
backtrace_printer = { version = "1.3.0" }

# cli
Expand Down
2 changes: 1 addition & 1 deletion loco-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loco-gen"
version = "0.11.0"
version = "0.11.1"
description = "Loco generators"
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit d7addf6

Please sign in to comment.