Skip to content

Commit

Permalink
fix(Cargo): dev-dependency without version
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jul 18, 2022
1 parent 2344fb9 commit 82adbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sqlx = "0.6"

[dev-dependencies]
pretty_assertions = "1"
sqlx = {features = ["postgres"]}
sqlx = {features = ["postgres"], version = "0.6"}

[features]
default = ["sqlx_runtime_tokio_rustls"]
Expand Down

0 comments on commit 82adbf3

Please sign in to comment.