Bump bindings version to 2.0.0-rc5
This commit is contained in:
@ -29,7 +29,7 @@ SRC_DIR = os.path.join(ROOT_DIR, 'src')
|
|||||||
UC_DIR = os.path.join(ROOT_DIR, '../..')
|
UC_DIR = os.path.join(ROOT_DIR, '../..')
|
||||||
BUILD_DIR = os.path.join(UC_DIR, 'build')
|
BUILD_DIR = os.path.join(UC_DIR, 'build')
|
||||||
|
|
||||||
VERSION = "2.0.0rc4"
|
VERSION = "2.0.0rc5"
|
||||||
|
|
||||||
if SYSTEM == 'darwin':
|
if SYSTEM == 'darwin':
|
||||||
LIBRARY_FILE = "libunicorn.dylib"
|
LIBRARY_FILE = "libunicorn.dylib"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "unicorn-engine"
|
name = "unicorn-engine"
|
||||||
version = "2.0.0-rc4"
|
version = "2.0.0-rc5"
|
||||||
authors = ["Ziqiao Kong", "Lukas Seidel"]
|
authors = ["Ziqiao Kong", "Lukas Seidel"]
|
||||||
documentation = "https://github.com/unicorn-engine/unicorn/wiki"
|
documentation = "https://github.com/unicorn-engine/unicorn/wiki"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
@ -28,4 +28,4 @@ build-helper = "0.1"
|
|||||||
reqwest = { version = "0.11", features = ["blocking"] }
|
reqwest = { version = "0.11", features = ["blocking"] }
|
||||||
flate2 = "1.0.22"
|
flate2 = "1.0.22"
|
||||||
tar = "0.4.37"
|
tar = "0.4.37"
|
||||||
bytes = "1.1.0"
|
bytes = "1.1.0"
|
||||||
|
Reference in New Issue
Block a user