File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = { workspace = true }
1010repository = { workspace = true }
1111
1212[features ]
13- default = [" jemallocator" ]
13+ default = [" jemallocator" , " future_dmq " ]
1414
1515bundle_tls = [" reqwest/native-tls-vendored" ]
1616jemallocator = [" dep:tikv-jemallocator" ]
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ license = { workspace = true }
1010repository = { workspace = true }
1111
1212[features ]
13+ default = [" future_dmq" ]
14+
1315bundle_tls = [" reqwest/native-tls-vendored" ]
1416future_dmq = [" dep:mithril-dmq" ]
1517
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = { workspace = true }
1010repository = { workspace = true }
1111
1212[features ]
13- default = [" jemallocator" ]
13+ default = [" jemallocator" , " future_dmq " ]
1414
1515bundle_tls = [" reqwest/native-tls-vendored" ]
1616jemallocator = [" dep:tikv-jemallocator" ]
You can’t perform that action at this time.
0 commit comments