Closed nathanruiz closed 1 year ago
To get the builds working again, I've made the following changes:
Cargo.toml
define_blocks
Block
generate_blocks
To get the builds working again, I've made the following changes:
Cargo.toml
.define_blocks
macro since it was causing builds to run out of memory. Now theBlock
enum is built bygenerate_blocks
.