Skip to content

Commit

Permalink
Bump version to v0.21.7 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 10, 2022
1 parent f0769a0 commit 0ca74df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.21.6"
version = "0.21.7"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
Expand Down Expand Up @@ -30,7 +30,7 @@ goblin_v023 = { package = "goblin", version = "=0.2.3" }
goblin_v040 = { package = "goblin", version = "=0.4.0" }
scroll = "0.10"
serde = { version = "1.0", features = ["derive"] }
ckb-vm-definitions = { path = "definitions", version = "=0.21.6" }
ckb-vm-definitions = { path = "definitions", version = "=0.21.7" }
derive_more = "0.99.2"
rand = "0.7.3"

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.21.6"
version = "0.21.7"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
Expand Down

0 comments on commit 0ca74df

Please sign in to comment.