Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored Sep 29, 2024
1 parent ed5b13b commit db79b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ deadpool = { path = "../", version = "0.12.0", default-features = false, feature
"managed",
] }
deadpool-sync = { path = "../sync", version = "0.1.1" }
diesel = { version = "2.2.0", default-features = false }
diesel = { version = "2.2.3", default-features = false }

[dev-dependencies]
diesel = { version = "2.2.0", default-features = false, features = ["sqlite"] }
diesel = { version = "2.2.3", default-features = false, features = ["sqlite"] }
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }

0 comments on commit db79b19

Please sign in to comment.