We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7798e commit 5463257Copy full SHA for 5463257
packages/pyo3/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "graspologic_native"
3
-version = "1.2.3"
+version = "1.2.4"
4
authors = ["daxpryce@microsoft.com"]
5
edition = "2018"
6
license = "MIT"
@@ -19,4 +19,3 @@ network_partitions = { path = "../network_partitions" }
19
[dependencies.pyo3]
20
version = "0.23"
21
features = ["extension-module", "abi3-py38"]
22
-
0 commit comments