Skip to content

Commit fc4d72c

Browse files
build(deps): bump pyo3 in /examples/hello-world-setuppy (#524)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.0 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.0...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f20ba9c commit fc4d72c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/hello-world-setuppy/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.

examples/hello-world-setuppy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
pyo3 = "0.24.0"
7+
pyo3 = "0.24.1"
88

99
[lib]
1010
# See https://github.com/PyO3/pyo3 for details

0 commit comments

Comments
 (0)