Skip to content

Commit

Permalink
resolve cyclic devdep problem on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jul 27, 2023
1 parent 9b1ffed commit 68ecf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ event-listener = "2.5.2"
dotenvy = "0.15"

[dev-dependencies]
sqlx = { package = "sqlx-oldapi", version = "0.6.5", path = "..", features = ["postgres", "sqlite", "mysql"] }
sqlx = { package = "sqlx-oldapi", version = "<0.7.0", path = "..", features = ["postgres", "sqlite", "mysql"] }
tokio = { version = "1", features = ["rt"] }

0 comments on commit 68ecf26

Please sign in to comment.