filecoin-project / ec-gpu

OpenCL code generator for finite-field arithmetic over arbitrary prime fields
Other
91 stars 61 forks source link

chore: upgrade to bitvec 1.0.1 #39

Closed vmx closed 2 years ago

vmx commented 2 years ago

Performance for multiexp on the CPU was checked, there is no regression.

This update is needed as bitvec 0.22.3 is requiring funty 1.2 which was yanked.

The rust-toolchain update is unrelated, but was needed in order to make CI pass (it's needed due to flexi_logger).