forked from Qiskit/rustworkx
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit bumps the MSRV for rustworkx in 0.15.0 to 1.70.0. This enables us to use GATs (see Qiskit#1143) and also enables to update some of our dependencies which require newer versions of rust to compile.
- Loading branch information
Showing
6 changed files
with
31 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ members = [ | |
[workspace.package] | ||
version = "0.15.0" | ||
edition = "2021" | ||
rust-version = "1.64" | ||
rust-version = "1.70" | ||
authors = ["Matthew Treinish <[email protected]>"] | ||
repository = "https://github.com/Qiskit/rustworkx" | ||
license = "Apache-2.0" | ||
|
@@ -34,7 +34,6 @@ petgraph = "0.6.4" | |
rand = "0.8" | ||
rand_pcg = "0.3" | ||
rayon = "1.10" | ||
rayon-cond = "1.7" | ||
|
||
[lib] | ||
name = "rustworkx" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The minimum supported rust version to build rustworkx and rustworkx-core | ||
has been raised from 1.64 to 1.70. You will need to upgrade your rust | ||
compiler version to at least version 1.70 to continue building from source. | ||
Python library users who are installing rustworkx on a supported platform | ||
will not need to make any changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters