Skip to content

Commit 64a70a2

Browse files
committed
Add default feature in wundergraph_bench to allow cargo build from toplevel
1 parent f08e753 commit 64a70a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wundergraph_bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ num_cpus = "1.8"
2525
structopt = "0.3"
2626

2727
[features]
28-
default = []
28+
default = ["postgres"]
2929
postgres = ["wundergraph/postgres", "diesel/postgres"]
3030
sqlite = ["wundergraph/sqlite", "diesel/sqlite"]

0 commit comments

Comments
 (0)