Skip to content

Commit b37bb3f

Browse files
committed
chore: uprade version
1 parent 28bf1e8 commit b37bb3f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
# so version bumps happen here and propagate everywhere — sqlx-gen and
77
# sqlx-gen-macros can never drift apart.
88
[workspace.package]
9-
version = "0.5.5"
9+
version = "0.5.6"
1010
edition = "2021"
1111
rust-version = "1.75"
1212
license = "MIT"
@@ -18,7 +18,7 @@ categories = ["database", "development-tools"]
1818
# version to whatever sqlx_gen itself ships, so the proc-macro and runtime
1919
# crates are always released together.
2020
[workspace.dependencies]
21-
sqlx-gen-macros = { path = "crates/sqlx_gen_macros", version = "0.5.5" }
21+
sqlx-gen-macros = { path = "crates/sqlx_gen_macros", version = "0.5.6" }
2222
sqlx = { version = "0.8", features = [
2323
"runtime-tokio",
2424
"tls-rustls-ring",

0 commit comments

Comments
 (0)