mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Stub binaries' code when features binaries is not set
Allows running `cargo build` in monero-serai and message-queue without erroring, since it'd automatically try to build the binaries which require additional features. While we could make those features not optional, it'd increase time to build and disk space required, which is why the features exist for monero-serai and message-queue in the first place (since both are frequently used as libs).
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2439,6 +2439,7 @@ name = "ff-group-tests"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"bls12_381",
|
||||
"ff",
|
||||
"group",
|
||||
"k256",
|
||||
"p256",
|
||||
|
||||
Reference in New Issue
Block a user