Skip to content

Commit 3761142

Browse files
committed
wip(relay): DO NOT MERGE - activate 'future_dmq'
1 parent 488ab36 commit 3761142

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[features]
13-
default = ["jemallocator"]
13+
default = ["jemallocator", "future_dmq"]
1414

1515
bundle_tls = ["reqwest/native-tls-vendored"]
1616
jemallocator = ["dep:tikv-jemallocator"]

mithril-relay/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ license = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[features]
13+
default = ["future_dmq"]
14+
1315
bundle_tls = ["reqwest/native-tls-vendored"]
1416
future_dmq = ["dep:mithril-dmq"]
1517

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[features]
13-
default = ["jemallocator"]
13+
default = ["jemallocator", "future_dmq"]
1414

1515
bundle_tls = ["reqwest/native-tls-vendored"]
1616
jemallocator = ["dep:tikv-jemallocator"]

0 commit comments

Comments
 (0)