Skip to content

Commit

Permalink
Cherry pick #145 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
driftluo authored and mohanson committed May 6, 2021
1 parent b3a777a commit 2686163
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:
env:
global:
- RUST_BACKTRACE=full
- TEST_SUITE_COMMIT=5d65d4b410c1f4dd74988d620e84f49eaea4c1a1
- TEST_SUITE_COMMIT=dea02067247a17e5d5059485e3f8ccb5c92a6810

matrix:
include:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm"
description = "CKB's Virtual machine"
version = "0.19.3"
version = "0.19.4"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand All @@ -16,10 +16,10 @@ detect-asm = []

[dependencies]
byteorder = "1"
bytes = "0.5.4"
bytes = "1"
goblin = "0.2.0"
scroll = "0.10"
ckb-vm-definitions = { path = "definitions", version = "0.19.3" }
ckb-vm-definitions = { path = "definitions", version = "0.19.4" }
derive_more = "0.99.2"

# Feature detection won't work here
Expand Down
2 changes: 1 addition & 1 deletion definitions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm-definitions"
description = "Common definition files for CKB VM"
version = "0.19.3"
version = "0.19.4"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand Down

0 comments on commit 2686163

Please sign in to comment.