mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-11-21 22:34:48 +01:00
pyo3 version bump
Former-commit-id: 9fd9d73391dd2eb739a3a77f94c7526a06d27ba8
This commit is contained in:
parent
8808405a3a
commit
2fa6888567
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", branch = "woot"}
|
||||
pyo3 = { version = "0.19", features = ["extension-module"] }
|
||||
pyo3-asyncio = { version = "0.19", features = ["tokio-runtime"] }
|
||||
pyo3 = { version = "0.20", features = ["extension-module"] }
|
||||
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
|
||||
tokio = "1.29.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue