Skip to content

Commit 6b45f87

Browse files
committed
chore: use ckb crates 1.0.0
1 parent 36c2341 commit 6b45f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-std"
3-
version = "0.18.0"
3+
version = "1.0.0"
44
authors = ["Nervos network"]
55
edition = "2024"
66
license = "MIT"
@@ -43,8 +43,8 @@ type-id = ["ckb-hash", "ckb-types"]
4343
cc = "1.0"
4444

4545
[dependencies]
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 = [
46+
ckb-types = { package = "ckb-gen-types", version = "1.0.0", default-features = false, optional = true }
47+
ckb-hash = { version = "1.0.0", default-features = false, features = [
4848
"ckb-contract",
4949
], optional = true }
5050

0 commit comments

Comments
 (0)