This commit is contained in:
Wilson Lin 2020-01-19 19:20:11 +11:00
commit d63fddbcf1
10 changed files with 20 additions and 20 deletions

View file

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