Skip to content

Commit 370ffc6

Browse files
authored
Bump version to v0.24.13 (#453)
1 parent f57cfe2 commit 370ffc6

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.24.12"
4+
version = "0.24.13"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2021"
@@ -29,7 +29,7 @@ goblin_v023 = { package = "goblin", version = "=0.2.3" }
2929
goblin_v040 = { package = "goblin", version = "=0.4.0" }
3030
scroll = "0.10"
3131
serde = { version = "1.0", features = ["derive"] }
32-
ckb-vm-definitions = { path = "definitions", version = "=0.24.12" }
32+
ckb-vm-definitions = { path = "definitions", version = "=0.24.13" }
3333
derive_more = "0.99.2"
3434
rand = "0.7.3"
3535

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.24.12"
4+
version = "0.24.13"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2021"

0 commit comments

Comments
 (0)