We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.0.x
1 parent 0ab4eb8 commit eea6ae5Copy full SHA for eea6ae5
Cargo.toml
@@ -13,7 +13,7 @@ description = "An async extension for Diesel the safe, extensible ORM and Query
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
[dependencies]
16
-diesel = { version = "2.0.0", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
+diesel = { version = "~2.0.0", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
17
async-trait = "0.1.51"
18
futures = "0.3.17"
19
tokio-postgres = { version = "0.7.2", optional = true}
0 commit comments