mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-06 18:30:35 +00:00
let's try abi
This commit is contained in:
parent
d014f53017
commit
7c59592fda
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ djls-templates = { path = "crates/djls-templates" }
|
|||
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1"
|
||||
pyo3 = "0.24"
|
||||
pyo3 = { version = "0.24", features = ["abi3-py39"] }
|
||||
pyo3-async-runtimes = "0.24"
|
||||
pyo3-build-config = "0.24"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue