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
Currently, after upgrading `bitcoin` the MSRV build no longer works
because of dependency issues. I'm a little confused by them but the
following seems to fix it:
- Upgrade minimum dependency patch version number for `serde` and
`serde_json`.
- Upgrade the dev dependency minor version for `tempfile`.
- In CI for the MSRV build pin some crate versions.
0 commit comments