mirror of
https://github.com/NovaOSS/nova-python.git
synced 2024-11-25 16:13:59 +01:00
Update cargo.toml
This commit is contained in:
parent
72c01024cb
commit
098974c400
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -96,3 +96,5 @@ valgrind-python.supp
|
|||
*.pyd
|
||||
lcov.info
|
||||
netlify_build/
|
||||
|
||||
build.sh
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nova-python"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -9,7 +9,7 @@ name = "nova_python"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.19.0"
|
||||
pyo3 = {version = "0.19.2", features = ["extension-module"]}
|
||||
reqwest = "0.11.18"
|
||||
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
|
||||
serde_json = "1.0.104"
|
Loading…
Reference in a new issue