Skip to content

Commit c63b010

Browse files
committed
Bump the MSRV
Bring this crate in line with others in the `rust-bitcoin` eccosystem and use MSRV `1.63.0`.
1 parent 3077b93 commit c63b010

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["data-structures"]
1010
keywords = ["ord", "partialord", "wrapper"]
1111
readme = "README.md"
1212
edition = "2021"
13-
rust-version = "1.56.1"
13+
rust-version = "1.63.0"
1414
exclude = ["justfile", "rustfmt.toml", "clippy.toml"]
1515

1616
[dependencies]

clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.56.1"
1+
msrv = "1.63.0"

0 commit comments

Comments
 (0)