diff --git a/Cargo.toml b/Cargo.toml index 64e89f6b..f7b81e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ckb-vm" description = "CKB's Virtual machine" -version = "0.17.0" +version = "0.18.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" @@ -18,7 +18,7 @@ detect-asm = [] byteorder = "1" bytes = "0.4.12" goblin = "0.0.24" -ckb-vm-definitions = { path = "definitions", version = "0.17.0" } +ckb-vm-definitions = { path = "definitions", version = "0.18.0" } derive_more = "0.15.0" # Feature detection won't work here diff --git a/definitions/Cargo.toml b/definitions/Cargo.toml index b349ab02..bf674ade 100644 --- a/definitions/Cargo.toml +++ b/definitions/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ckb-vm-definitions" description = "Common definition files for CKB VM" -version = "0.17.0" +version = "0.18.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018"