Upgrade to pyo3 0.15

This commit is contained in:
Dirkjan Ochtman 2021-11-10 09:24:03 +01:00
parent abb2777d1c
commit da5c38c730
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ crate-type = ["cdylib"]
[dependencies]
bincode = "1.3.1"
instant-distance = { version = "0.5", path = "../instant-distance", features = ["with-serde"] }
pyo3 = { version = "0.14.1", features = ["extension-module"] }
pyo3 = { version = "0.15", features = ["extension-module"] }
serde = { version = "1", features = ["derive"] }
serde-big-array = "0.3.2"