Skip to content

Commit

Permalink
Merge pull request #17 from tcharding/12-29-bump-msrv
Browse files Browse the repository at this point in the history
Bump the MSRV
  • Loading branch information
tcharding authored Dec 29, 2024
2 parents f630f5c + c63b010 commit 8e9afdb
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 8e9afdb

Please sign in to comment.