kinode-dao / process_lib

Standard Library crate for Kinode processes written in Rust
Apache License 2.0
3 stars 2 forks source link

0.7.0: bump alloy deps #71

Closed dr-frmr closed 5 months ago

dr-frmr commented 5 months ago

Problem

Alloy deps are out of date and have a bug that we're hitting

Solution

Bump to their 0.7.0 (conveniently matching our runtime version)

Docs Update

N/A

Notes

This is a breaking change since new alloy types don't mesh with old alloy types -- processes will have to upgrade to this version in their process deps if they want to use it.