0.0.21
This commit is contained in:
parent
e192aa6c3f
commit
d63fddbcf1
10 changed files with 20 additions and 20 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Reference in a new issue