From 098974c40082759a4177cfb58e144e79bc0310e6 Mon Sep 17 00:00:00 2001 From: henceiusegentoo Date: Mon, 7 Aug 2023 17:32:07 +0200 Subject: [PATCH] Update cargo.toml --- .gitignore | 4 +++- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 24107e6..276aed7 100644 --- a/.gitignore +++ b/.gitignore @@ -95,4 +95,6 @@ pip-wheel-metadata valgrind-python.supp *.pyd lcov.info -netlify_build/ \ No newline at end of file +netlify_build/ + +build.sh \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 621cc0f..29a8a41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file