LLFourn / secp256kfun

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

update sha2 dep to 0.10 #83

Closed delta1 closed 2 years ago

delta1 commented 2 years ago

Hey @LLFourn !

I'm working on https://github.com/comit-network/xmr-btc-swap/pull/948 to update the sha2 dependency, which requires it is also updated in this library.

Is this acceptable?

Apologies for the autoformatting to markdown docs, please let me know if that's a showstopper.

LLFourn commented 2 years ago

Hey @delta1 yep we should upgrade this for the next release. Please remove the auto-format markdown changes.

Looks like there will be quite a bit of work to do here across the various crates.

delta1 commented 2 years ago

Removed the markdown changes. Will work on the tests :+1:

delta1 commented 2 years ago

@LLFourn this is finally updated :sweat_smile:

LLFourn commented 2 years ago

Thanks @delta1!