-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Labels
buildgood first issueGood for newcomersGood for newcomersiroha2-devThe re-implementation of a BFT hyperledger in RUSTThe re-implementation of a BFT hyperledger in RUST
Description
Right now client/build.rs uses cargo to run cargo fmt. This approach can cause cargo recursion problem (cargo doesn't like to be invoked multiple times from it self) especially when using cargo lints. So we need to use rustfmt instead of cargo fmt.
To replace cargo build inside this script we need to do more work and that's gonna be in another issue
Metadata
Metadata
Assignees
Labels
buildgood first issueGood for newcomersGood for newcomersiroha2-devThe re-implementation of a BFT hyperledger in RUSTThe re-implementation of a BFT hyperledger in RUST