Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 65e32cb

Browse files
committed
jsonrpc: Actually bump the MSRV
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] apoelstra/rust-jsonrpc#125
1 parent 9d71d32 commit 65e32cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Rust support for the JSON-RPC 2.0 protocol"
1010
keywords = [ "protocol", "json", "http", "jsonrpc" ]
1111
readme = "README.md"
1212
edition = "2021"
13-
rust-version = "1.56.1"
13+
rust-version = "1.63.0"
1414
exclude = ["tests", "contrib"]
1515

1616
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)