LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
100 stars 29 forks source link

[frost] Fix features = alloc but not serde #135

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

Looks like in ci we only tested alloc when serde was on. If alloc things wouldn't compile. Run CI tests with alloc but not serde now.