Skip to content

Commit

Permalink
update sqlx dep in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Dec 29, 2024
1 parent 3ffd450 commit 9f498c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sqlx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
compact_str = { version = "0.8.0-beta", path = "../../compact_str", features = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "mysql", "postgres", "sqlite"] }
sqlx = { version = "0.8", features = ["runtime-tokio", "mysql", "postgres", "sqlite"] }
tempfile = "3"
tokio = { version = "1.20.0", features = ["rt", "macros"]}

0 comments on commit 9f498c2

Please sign in to comment.