Commit d1b43b6
authored
Bump MSRV to Rust 1.85, Edition to 2024, and PyO3 to 0.26 (#1510)
* Bump MSRV to 1.85 and use edition 2024
* Fix Clippy lints
* Bump to PyO3 0.25 (intermediary step)
* Bump to PyO3 0.26 and start working on deprecation fixes
* Address PyObject -> Py<PyAny>
* Even more PyObject -> Py<PyAny>
* yet more PyObject -> Py<PyAny>
* cargo fmt
* Almost done with PyObject -> Py<PyAny> conversions
* Last batch of PyO3 0.26 changes
* cargo update
* Add release note for MSRV
* Fix release note
* Bump pest
* cargo fmt + cargo clippy after merge
* expr_2021 -> expr
* Apply edition 2014 to latest PR1 parent feda690 commit d1b43b6
File tree
120 files changed
+899
-861
lines changed- .github/workflows
- releasenotes
- rustworkx-core
- src
- connectivity
- generators
- geometry
- graph_ext
- planar
- shortest_path
- traversal
- tests
- graph_ext
- quickcheck
- src
- connectivity
- dag_algo
- dot_parser
- isomorphism
- json
- layout
- matching
- matrix_market
- shortest_path
- traversal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
120 files changed
+899
-861
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments