From cd8ef6ac061fe01a8dd9e162c222ad68052370c6 Mon Sep 17 00:00:00 2001 From: Xuejie Xiao Date: Thu, 17 Oct 2019 04:15:06 +0000 Subject: [PATCH] chore: Bump version --- Cargo.toml | 4 ++-- definitions/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"