This commit is contained in:
Wilson Lin 2020-01-19 23:26:17 +11:00
commit 1c57a41bd6
9 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "hyperbuild-python"
publish = false
version = "0.0.22"
version = "0.0.23"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
@ -10,7 +10,7 @@ name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = "0.0.22"
hyperbuild = "0.0.23"
[dependencies.pyo3]
version = "0.9.0-alpha.1"
features = ["extension-module"]