Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b47c3fc

Browse files
committedApr 23, 2024·
REMOVEME: Point to wip diesel_async branch
1 parent 8a9fe04 commit b47c3fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎diesel_bench/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bench = true
6161
harness = false
6262

6363
[features]
64-
default = ["sqlite", "diesel-async", "diesel-async/sqlite", "fast_run","tokio"]
64+
default = []
6565
postgres = ["diesel/postgres"]
6666
sqlite = ["diesel/sqlite"]
6767
mysql = ["diesel/mysql"]
@@ -75,6 +75,5 @@ codegen-units = 1
7575

7676
[patch.crates-io]
7777
quaint = { git = "https://github.com/prisma/prisma-engines", branch = "main" }
78-
#diesel-async = { git = "https://github.com/weiznich/diesel_async", branch = "main" }
79-
diesel-async = { path = "../../diesel_async" }
78+
diesel-async = { git = "https://github.com/wattsense/diesel_async", branch = "sync_wrapper_use_cache" }
8079
diesel = { path = "../diesel" }

0 commit comments

Comments
 (0)
Please sign in to comment.