This commit is contained in:
Wilson Lin 2020-01-19 16:50:51 +11:00
commit 232293bdd8
8 changed files with 16 additions and 17 deletions

View file

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