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 }
10
10
repository = { workspace = true }
11
11
12
12
[features ]
13
- default = [" jemallocator" ]
13
+ default = [" jemallocator" , " future_dmq " ]
14
14
15
15
bundle_tls = [" reqwest/native-tls-vendored" ]
16
16
jemallocator = [" dep:tikv-jemallocator" ]
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ license = { workspace = true }
10
10
repository = { workspace = true }
11
11
12
12
[features ]
13
+ default = [" future_dmq" ]
14
+
13
15
bundle_tls = [" reqwest/native-tls-vendored" ]
14
16
future_dmq = [" dep:mithril-dmq" ]
15
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = { workspace = true }
10
10
repository = { workspace = true }
11
11
12
12
[features ]
13
- default = [" jemallocator" ]
13
+ default = [" jemallocator" , " future_dmq " ]
14
14
15
15
bundle_tls = [" reqwest/native-tls-vendored" ]
16
16
jemallocator = [" dep:tikv-jemallocator" ]
You can’t perform that action at this time.
0 commit comments