Skip to content

Commit 9bc6d50

Browse files
committed
Switch back to a diesel_async version based on the master branch
1 parent 4d8fc5c commit 9bc6d50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

diesel_bench/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ quaint = {version = "=0.2.0-alpha.13", optional = true}
2222
serde = {version = "1", optional = true, features = ["derive"]}
2323
sea-orm = {version = "0.7", optional = true, features = ["runtime-tokio-rustls"]}
2424
futures = {version = "0.3", optional = true}
25-
diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "e7c562a6986609c3c66ad0b453f9bfb0dde845bf", optional = true, default-features = false}
25+
diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "f6456e076a863fca89ad923402996dbec210511b", optional = true, default-features = false}
2626
criterion-perf-events = { version = "0.2", optional = true}
2727
perfcnt = {version = "0.8", optional = true}
2828

@@ -54,4 +54,4 @@ fast_run = []
5454

5555
[replace]
5656
"quaint:0.2.0-alpha.13" = {git = "https://github.com/prisma/quaint", rev = "e077df3"}
57-
"https://github.com/weiznich/diesel#2.0.0-rc.0" = { path = "../diesel"}
57+
"https://github.com/diesel/diesel#2.0.0-rc.0" = { path = "../diesel"}

0 commit comments

Comments
 (0)