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

Commit

Permalink
jsonrpc: Actually bump the MSRV (#32)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tcharding authored Sep 6, 2024
2 parents 9d71d32 + 65e32cb commit 080ce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Rust support for the JSON-RPC 2.0 protocol"
keywords = [ "protocol", "json", "http", "jsonrpc" ]
readme = "README.md"
edition = "2021"
rust-version = "1.56.1"
rust-version = "1.63.0"
exclude = ["tests", "contrib"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 080ce81

Please sign in to comment.