File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,8 @@ jobs:
262262 - uses : actions/checkout@v4
263263 - uses : PyO3/maturin-action@v1
264264 with :
265+ # version pinned until https://github.com/PyO3/maturin/issues/2154 is fixed
266+ maturin-version : v1.6.0
265267 command : sdist
266268 args : --out dist
267269 rust-toolchain : stable
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ impl PythonParse {
4040 ///
4141 /// - `py`: [Python](https://docs.rs/pyo3/latest/pyo3/marker/struct.Python.html) marker token.
4242 /// - `json_data`: The JSON data to parse.
43- /// this should have a significant improvement on performance but increases memory slightly.
43+ /// this should have a significant improvement on performance but increases memory slightly.
4444 ///
4545 /// # Returns
4646 ///
You can’t perform that action at this time.
0 commit comments