boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
12 stars 5 forks source link

Update rust version to 1.72 #489

Closed marsella closed 1 year ago

marsella commented 1 year ago

Closes #449

This updates the rust version. It didn't require any changes.

I was wondering if "MSRV" is the correct term to use in the README. I actually think you could run this with older versions of Rust; the things we've changed over the last few versions have been primarily clippy and fmt things. I think the version we report on is actually, like, the maximum supported version.