Skip to content

Commit 665e89f

Browse files
Bump pyo3 to 0.29 and mark SqliteReportBuilder unsendable. (#70)
1 parent 215b5fc commit 665e89f

3 files changed

Lines changed: 16 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
codecov-rs = { path = "../core" }
1313

14-
pyo3 = { version = "0.22.4", features = ["extension-module", "abi3-py312"] }
14+
pyo3 = { version = "0.29.0", features = ["extension-module", "abi3-py312"] }

bindings/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::error::PyCodecovError;
77

88
mod error;
99

10-
#[pyclass]
10+
#[pyclass(unsendable)]
1111
pub struct SqliteReportBuilder(report::SqliteReportBuilder);
1212

1313
#[pymethods]

0 commit comments

Comments
 (0)