Bump bindings version to 2.0.0-rc5

This commit is contained in:
lazymio 2021-11-25 14:29:41 +01:00
parent a3d842c485
commit 9a4d5d0be8
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ SRC_DIR = os.path.join(ROOT_DIR, 'src')
UC_DIR = os.path.join(ROOT_DIR, '../..')
BUILD_DIR = os.path.join(UC_DIR, 'build')
VERSION = "2.0.0rc4"
VERSION = "2.0.0rc5"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.dylib"

View File

@ -1,6 +1,6 @@
[package]
name = "unicorn-engine"
version = "2.0.0-rc4"
version = "2.0.0-rc5"
authors = ["Ziqiao Kong", "Lukas Seidel"]
documentation = "https://github.com/unicorn-engine/unicorn/wiki"
edition = "2021"
@ -28,4 +28,4 @@ build-helper = "0.1"
reqwest = { version = "0.11", features = ["blocking"] }
flate2 = "1.0.22"
tar = "0.4.37"
bytes = "1.1.0"
bytes = "1.1.0"