mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-26 20:09:29 +00:00
bump pyo3 to 0.25 (#151)
This commit is contained in:
parent
d2831da4a1
commit
7884ddc700
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ config = { version ="0.15.5", features = ["toml"] }
|
||||||
directories = "6.0.0"
|
directories = "6.0.0"
|
||||||
insta = { version = "1.43.1", features = ["yaml"] }
|
insta = { version = "1.43.1", features = ["yaml"] }
|
||||||
percent-encoding = "2.3.1"
|
percent-encoding = "2.3.1"
|
||||||
pyo3 = "0.24"
|
pyo3 = "0.25.0"
|
||||||
pyo3-build-config = { version = "0.24", features = ["resolve-config"] }
|
pyo3-build-config = { version = "0.25.0", features = ["resolve-config"] }
|
||||||
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7edce6e248f35c8114b4b021cdb474a3fb2813b3" }
|
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7edce6e248f35c8114b4b021cdb474a3fb2813b3" }
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
serde_json = "1.0.140"
|
serde_json = "1.0.140"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue