You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump patch version, reduce workflow runs (#165)
# Description
Patches the version to publish the change from #164 and adds concurrency
config to more workflows.
# Review Checklists
Please check each item **before approving** the pull request. While
going
through the checklist, it is recommended to leave comments on items that
are
referenced in the checklist to make sure that they are reviewed.
- [ ] **Testing**
- [ ] Are there new or updated unit or integration tests?
- [ ] Do the tests cover the happy paths?
- [ ] Do the tests cover the unhappy paths?
- [ ] Are there an adequate number of fuzz tests to ensure that we are
covering the full input space?
- [ ] If matching Solidity behavior, are there differential fuzz tests
that
ensure that Rust matches Solidity?
fix publish doc build (#161)
Make a copy of the html header into a new assets folder this time.
---------
Co-authored-by: Ryan Goree <[email protected]>