mattrglobal / ffi-bbs-signatures

An FFI wrapper around the implementation of BBS+ signatures in Ursa
Apache License 2.0
23 stars 22 forks source link

[WIP] chore: fix build problems in actions #50

Closed mate-from-mattr closed 2 years ago

mate-from-mattr commented 2 years ago

Fixes clippy warnings and GitHub actions.

Description

Clippy warnings were causing the master branch to fail. All pull requests from Dependabot also fail. I used cargo clippy --fix and fixed other warnings manually. This will mean our GitHub actions work 100% now.

Motivation and Context

All our GitHub checks need to pass and this will fix them.

Does this PR introduce a breaking change?

Which merge strategy will you use?