Skip to content

Commit 61183dc

Browse files
committed
Now use the correct diesel master version
1 parent f6456e0 commit 61183dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = { git = "https://github.com/weiznich/diesel", rev = "9b4179e01ee96bd585cf306f64359971ee9ece44", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
12+
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "9bc6d501cea865cb239e68012eb7deeb85304514", 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}
@@ -21,7 +21,7 @@ mysql_common = {version = "0.28.0", optional = true}
2121
tokio = {version = "1.12.0", features = ["rt", "macros"]}
2222
cfg-if = "1"
2323
chrono = "0.4"
24-
diesel = { git = "https://github.com/diesel/diesel", rev = "4d8fc5c6d4d632c00ee997edd593b0d7ec60f8dd", default-features = false, features = ["chrono"]}
24+
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "9bc6d501cea865cb239e68012eb7deeb85304514", default-features = false, features = ["chrono"]}
2525

2626
[features]
2727
default = ["postgres", "mysql"]

0 commit comments

Comments
 (0)