rust-bitcoin / rust-bitcoind-json-rpc

Support for Bitcoin Core's JSON-RPC API
Creative Commons Zero v1.0 Universal
9 stars 5 forks source link

jsonrpc: Actually bump the MSRV #32

Closed tcharding closed 2 months ago

tcharding commented 2 months ago

Before we migrated the jsonrpc crate into this repo I did a PR to bump the MSRV that was merged [0] in which I did not actually update the rust-version in the manifest - face palm.

[0] https://github.com/apoelstra/rust-jsonrpc/pull/125

tcharding commented 2 months ago

CC @apoelstra just to make sure my fail is seen (I'm going to just merge this like I'm doing with every other PR here, I'll stop doing so if/when someone starts using this crate I suppose).