-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from TheWaWaR/update-ckb
chore: update ckb to v0.104.0
- Loading branch information
Showing
2 changed files
with
8 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "ckb-x64-simulator" | ||
description = "A simulator that allows running CKB smart contracts on x64 environment for tooling benefits" | ||
version = "0.6.1" | ||
version = "0.7.0" | ||
license = "MIT" | ||
authors = ["Nervos Core Dev <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
build = "build.rs" | ||
|
||
[lib] | ||
|
@@ -13,9 +13,9 @@ 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.1.0" | ||
ckb-types = "0.100.0" | ||
faster-hex = "0.6" | ||
ckb-mock-tx-types = "0.4.0" | ||
ckb-types = "0.104.0" | ||
faster-hex = "0.6.1" | ||
lazy_static = "1.4" | ||
serde = "1.0" | ||
serde_derive = "1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters