Skip to content

Commit 29c751a

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump pyo3 in /tictactoe_rust in the cargo-minor group
Bumps the cargo-minor group in /tictactoe_rust with 1 update: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.27.2/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.1...v0.27.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6538f6e commit 29c751a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

tictactoe_rust/Cargo.lock

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

tictactoe_rust/tictactoe_rust_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ name = "tictactoe_rust_python"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
pyo3 = { version = "0.27.1", features = ["extension-module"] }
19+
pyo3 = { version = "0.27.2", features = ["extension-module"] }
2020
tictactoe_rust = { path = "../tictactoe_rust" }

0 commit comments

Comments
 (0)