Skip to content

Commit 8cd4497

Browse files
authored
fix CI (#127)
1 parent a566cc5 commit 8cd4497

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crates/jiter/src/python.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)