Skip to content

Commit

Permalink
Bump MSRV to 1.64 for 0.14.0 (#910)
Browse files Browse the repository at this point in the history
* Bump MSRV to 1.64 for 0.14.0

This commit raises the MSRV for rustworkx and rustworkx-core to 1.64.
Previously we had been matching the version of rust included with the
latest debian stable release, which is 1.63 right now. However, some of
our dependencies in rustworkx's latest release has bumped their msrv to
1.64 and instead of waiting for the next debian release it's probably
better to just bump to 1.64. Installing newer versions of rust are
something more users are accustomed to at this point so the need for
debian compatibility isn't as important as it used to be.

* Apply suggestions from code review

* Update longest_path.rs

* Update MSRV in CI job

---------

Co-authored-by: Ivan Carvalho <[email protected]>
  • Loading branch information
mtreinish and IvanIsCoding authored Jun 23, 2023
1 parent c4f0c2e commit 20b2f55
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
]
include:
# Test minimal supported Rust version
- rust: 1.56.1
- rust: 1.64
python-version: 3.8
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
msrv: "MSRV"
Expand Down
Loading

0 comments on commit 20b2f55

Please sign in to comment.