Skip to content

Commit

Permalink
Bump the MSRV
Browse files Browse the repository at this point in the history
Bring this crate in line with others in the `rust-bitcoin` eccosystem
and use MSRV `1.63.0`.
  • Loading branch information
tcharding committed Dec 29, 2024
1 parent e0ee3e1 commit e5180aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["data-structures"]
keywords = ["ord", "partialord", "wrapper"]
readme = "README.md"
edition = "2021"
rust-version = "1.56.1"
rust-version = "1.63.0"
exclude = ["justfile", "rustfmt.toml", "clippy.toml"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.56.1"
msrv = "1.63.0"

0 comments on commit e5180aa

Please sign in to comment.