Skip to content

Commit

Permalink
Fix the diesel_async dependency so that it uses the same diesel versi…
Browse files Browse the repository at this point in the history
…on as in this repo
  • Loading branch information
weiznich committed Apr 22, 2022
1 parent 0109984 commit 5d78e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diesel_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ quaint = {version = "=0.2.0-alpha.13", optional = true}
serde = {version = "1", optional = true, features = ["derive"]}
sea-orm = {version = "0.7", optional = true, features = ["runtime-tokio-rustls"]}
futures = {version = "0.3", optional = true}
diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "f6456e076a863fca89ad923402996dbec210511b", optional = true, default-features = false}
diesel-async = {git = "https://github.com/weiznich/diesel_async", rev = "61183dc252e85935d3605f1e3206cd7065d456de", optional = true, default-features = false}
criterion-perf-events = { version = "0.2", optional = true}
perfcnt = {version = "0.8", optional = true}

Expand Down Expand Up @@ -54,4 +54,4 @@ fast_run = []

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

0 comments on commit 5d78e38

Please sign in to comment.