Skip to content

Commit eea6ae5

Browse files
committed
Restrict the diesel version to 2.0.x patch releases because we use the
'i-implement-a-third-party-backend-and-opt-into-breaking-changes' flag
1 parent 0ab4eb8 commit eea6ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "An async extension for Diesel the safe, extensible ORM and Query
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
diesel = { version = "2.0.0", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
16+
diesel = { version = "~2.0.0", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
1717
async-trait = "0.1.51"
1818
futures = "0.3.17"
1919
tokio-postgres = { version = "0.7.2", optional = true}

0 commit comments

Comments
 (0)