Skip to content

Commit

Permalink
fix CI (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Aug 8, 2024
1 parent a566cc5 commit 8cd4497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ jobs:
- uses: actions/checkout@v4
- uses: PyO3/maturin-action@v1
with:
# version pinned until https://github.com/PyO3/maturin/issues/2154 is fixed
maturin-version: v1.6.0
command: sdist
args: --out dist
rust-toolchain: stable
Expand Down
2 changes: 1 addition & 1 deletion crates/jiter/src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl PythonParse {
///
/// - `py`: [Python](https://docs.rs/pyo3/latest/pyo3/marker/struct.Python.html) marker token.
/// - `json_data`: The JSON data to parse.
/// this should have a significant improvement on performance but increases memory slightly.
/// this should have a significant improvement on performance but increases memory slightly.
///
/// # Returns
///
Expand Down

0 comments on commit 8cd4497

Please sign in to comment.