Skip to content

Commit 5784809

Browse files
authored
chore: update ckb crates to 0.202 (#137)
1 parent cc72950 commit 5784809

File tree

4 files changed

+145
-83
lines changed

4 files changed

+145
-83
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ type-id = ["ckb-hash", "ckb-types"]
4343
cc = "1.0"
4444

4545
[dependencies]
46-
ckb-types = { package = "ckb-gen-types", version = "0.200.0", default-features = false, optional = true }
47-
ckb-hash = { version = "0.200.0", default-features = false, features = [
46+
ckb-types = { package = "ckb-gen-types", version = "0.202.0", default-features = false, optional = true }
47+
ckb-hash = { version = "0.202.0", default-features = false, features = [
4848
"ckb-contract",
4949
], optional = true }
5050

5151
buddy-alloc = { version = "0.6", optional = true }
52-
ckb-x64-simulator = { version = "0.11.1", optional = true }
52+
ckb-x64-simulator = { version = "0.202.0", optional = true }
5353
gcd = "2.3"
5454
log = { version = "0.4", optional = true, default-features = false }
5555
int-enum = "1.2.0"

contracts/Cargo.lock

Lines changed: 71 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)