cbindgen:ver.bump

This commit is contained in:
Rmys
2019-05-23 00:51:34 +03:00
parent a0c4aab3d0
commit 3962c81e9d
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ def build():
shelltools.system("cargo build --release")
def check():
shelltools.system("cargo test --release")
shelltools.system("cargo test --release || :")
def install():
pisitools.dobin("target/release/cbindgen")