We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc085a + 388eb46 commit 3c98966Copy full SHA for 3c98966
1 file changed
packages/pyo3/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "graspologic_native"
3
-version = "1.2.4"
+version = "1.2.5"
4
authors = ["daxpryce@microsoft.com"]
5
edition = "2018"
6
license = "MIT"
@@ -17,5 +17,5 @@ rand_xorshift = "0.3"
17
network_partitions = { path = "../network_partitions" }
18
19
[dependencies.pyo3]
20
-version = "0.23"
+version = "0.24.1"
21
features = ["extension-module", "abi3-py38"]
0 commit comments