Skip to content

Commit 66799c6

Browse files
authored
Bump version to 0.21.1 (#236)
1 parent b383e61 commit 66799c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ckb-vm"
33
description = "CKB's Virtual machine"
4-
version = "0.21.0"
4+
version = "0.21.1"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2018"
@@ -26,7 +26,7 @@ goblin_v023 = { package = "goblin", version = "=0.2.3" }
2626
goblin_v040 = { package = "goblin", version = "=0.4.0" }
2727
scroll = "0.10"
2828
serde = { version = "1.0", features = ["derive"] }
29-
ckb-vm-definitions = { path = "definitions", version = "0.21.0" }
29+
ckb-vm-definitions = { path = "definitions", version = "0.21.1" }
3030
derive_more = "0.99.2"
3131
rand = "0.7.3"
3232

definitions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ckb-vm-definitions"
33
description = "Common definition files for CKB VM"
4-
version = "0.21.0"
4+
version = "0.21.1"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2018"

0 commit comments

Comments
 (0)