Skip to content

Commit

Permalink
Merge branch 'master' into cargo-fmt-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot authored Oct 22, 2024
2 parents e9e18bc + 20b0866 commit 75171d2
Show file tree
Hide file tree
Showing 31 changed files with 261 additions and 1,673 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["xtask", "loco-extras", "loco-gen"]
members = ["xtask", "loco-gen"]
exclude = ["starters"]

[workspace.package]
Expand All @@ -9,7 +9,7 @@ license = "Apache-2.0"

[package]
name = "loco-rs"
version = "0.11.0"
version = "0.11.1"
description = "The one-person framework for Rust"
homepage = "https://loco.rs/"
documentation = "https://docs.rs/loco-rs"
Expand Down 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
Loading

0 comments on commit 75171d2

Please sign in to comment.