Skip to content

Commit 3fec501

Browse files
authored
Merge pull request #16 from cjermain/dependabot/cargo/pyo3-6fb63cb2dd
cargo(deps): update pyo3 requirement from 0.27.1 to 0.28.0 in the pyo3 group
2 parents baaea55 + ae0edd9 commit 3fec501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

1111
[dependencies]
12-
pyo3 = { version = "0.27.1", features = ["extension-module"] }
12+
pyo3 = { version = "0.28.0", features = ["extension-module"] }
1313

1414
[package.metadata.maturin]
1515
python-source = "python"

0 commit comments

Comments
 (0)