mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-23 20:35:02 +00:00
bump PyO3 to 0.24 (#79)
This commit is contained in:
parent
8359890390
commit
ef9acbfad7
2 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Bumped Rust toolchain from 1.83 to 1.86
|
- Bumped Rust toolchain from 1.83 to 1.86
|
||||||
|
- Bumped PyO3 to 0.24.
|
||||||
|
|
||||||
## [5.1.0a2]
|
## [5.1.0a2]
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@ djls-worker = { path = "crates/djls-worker" }
|
||||||
|
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
pyo3 = "0.23"
|
pyo3 = "0.24"
|
||||||
pyo3-async-runtimes = "0.23"
|
pyo3-async-runtimes = "0.24"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
thiserror = "2.0"
|
thiserror = "2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue