mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Add a binaries feature to the processor to reduce dependencies when used as a lib
processor isn't intended to be used as a library, yet serai-processor-tests does pull it in as a lib. This caused serai-processor-tests to need to compile rocksdb, which added multiple minutes to the compilation time.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -7526,6 +7526,7 @@ dependencies = [
|
||||
"serai-docker-tests",
|
||||
"serai-runtime",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
"subxt",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
|
||||
Reference in New Issue
Block a user