Skip to content

Commit ef9acbf

Browse files
bump PyO3 to 0.24 (#79)
1 parent 8359890 commit ef9acbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
2525
### Changed
2626

2727
- Bumped Rust toolchain from 1.83 to 1.86
28+
- Bumped PyO3 to 0.24.
2829

2930
## [5.1.0a2]
3031

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ djls-worker = { path = "crates/djls-worker" }
1111

1212
anyhow = "1.0"
1313
async-trait = "0.1"
14-
pyo3 = "0.23"
15-
pyo3-async-runtimes = "0.23"
14+
pyo3 = "0.24"
15+
pyo3-async-runtimes = "0.24"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
1818
thiserror = "2.0"

0 commit comments

Comments
 (0)