Skip to content

Commit

Permalink
fix(aide-axum-sqlx-tx): updated axum-sqlx-tx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicpar committed Apr 14, 2024
1 parent 42d1b7c commit 58bb773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/aide-axum-sqlx-tx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aide-axum-sqlx-tx"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
resolver = "2"
authors = ["Wicpar"]
Expand All @@ -12,12 +12,12 @@ readme = "README.md"

[dependencies]
sqlx-06 = { package = "axum-sqlx-tx", version = "0.5.0", optional = true }
sqlx-07 = { package = "axum-sqlx-tx", version = "0.6.0", optional = true }
sqlx-07 = { package = "axum-sqlx-tx", version = "0.8.0", optional = true }
aide = { version = "0.13", path = "../aide" }

[dev-dependencies]
sqlx = { version = "^0.7", features = ["postgres"] }
sqlx-07 = { package = "axum-sqlx-tx", version = "0.6.0", features = ["postgres"] }
sqlx-07 = { package = "axum-sqlx-tx", version = "0.8.0", features = ["postgres"] }

[features]
default = ["sqlx-07"]
Expand Down

0 comments on commit 58bb773

Please sign in to comment.