Skip to content

Commit e7c562a

Browse files
committed
Temporary switch to my diesel for to unblock the diesel 2.0.0-rc.0 PR
1 parent 7052fe7 commit e7c562a

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

Cargo.lock

Lines changed: 6 additions & 12 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/diesel-rs/diesel", rev = "d8bb571", default-features = false, features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
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"]}
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-rs/diesel", rev = "d8bb571", default-features = false, features = ["chrono"]}
24+
diesel = { git = "https://github.com/weiznich/diesel", rev = "9b4179e01ee96bd585cf306f64359971ee9ece44", default-features = false, features = ["chrono"]}
2525

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

0 commit comments

Comments
 (0)