Skip to content

Commit

Permalink
chore: update ckb to 0.119
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed Oct 25, 2024
1 parent d8ec8f9 commit 2730d08
Showing 1 changed file with 3 additions and 3 deletions.
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-x64-simulator"
description = "A simulator that allows running CKB smart contracts on x64 environment for tooling benefits"
version = "0.9.2"
version = "0.10.0"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2021"
Expand All @@ -14,8 +14,8 @@ crate-type = ["lib", "staticlib", "cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-mock-tx-types = "0.118.0"
ckb-types = "0.118.0"
ckb-mock-tx-types = "0.119.0"
ckb-types = "0.119.0"
faster-hex = "0.6.1"
lazy_static = "1.4"
serde = "1.0"
Expand Down

0 comments on commit 2730d08

Please sign in to comment.