Skip to content

Commit 02fc7dd

Browse files
fix(deps): update rust crate pyo3 to 0.29 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee673bb commit 02fc7dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python_bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "autowsgr_native"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py312"] }
11+
pyo3 = { version = "0.29", features = ["extension-module", "abi3-py312"] }
1212
numpy = "0.28"
1313
autowsgr_native = { path = ".." }
1414
vessel_type = { path = "../vessel_type", features = ["pyo3"] }

vessel_type/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55

66
[dependencies]
77
strum = { version = "0.28", features = ["derive"] }
8-
pyo3 = { version = "0.28", optional = true }
8+
pyo3 = { version = "0.29", optional = true }
99

1010
[features]
1111
pyo3 = ["dep:pyo3"]

0 commit comments

Comments
 (0)