diff --git a/Cargo.toml b/Cargo.toml index bf3190b8..71b3b781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ckb-vm" description = "CKB's Virtual machine" -version = "0.19.1" +version = "0.19.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018" @@ -19,7 +19,7 @@ byteorder = "1" bytes = "0.5.4" goblin = "0.2.0" scroll = "0.10" -ckb-vm-definitions = { path = "definitions", version = "0.19.1" } +ckb-vm-definitions = { path = "definitions", version = "0.19.2" } derive_more = "0.99.2" # Feature detection won't work here diff --git a/definitions/Cargo.toml b/definitions/Cargo.toml index 5d35de3c..46788145 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.19.1" +version = "0.19.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2018"