Skip to content

Commit 7410cea

Browse files
committed
Update diesel to 2.0
1 parent 3ab3cf8 commit 7410cea

File tree

2 files changed

+101
-8
lines changed

2 files changed

+101
-8
lines changed

Cargo.lock

Lines changed: 100 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "AGPL-v3"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
diesel = { version = "2.0.0-rc.1", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
12+
diesel = { version = "2.0.0", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
1313
async-trait = "0.1.51"
1414
futures = "0.3.17"
1515
tokio-postgres = { version = "0.7.2", optional = true}

0 commit comments

Comments
 (0)