Skip to content

Commit 9db520e

Browse files
committed
Update ckb-std to 0.16.3
1 parent 8e8a9d9 commit 9db520e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

atomics-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ckb-std = { version = "0.16.1", default-features = false, features = ["allocator", "calc-hash", "ckb-types", "libc"] }
7+
ckb-std = { version = "0.16.3", default-features = false, features = ["allocator", "calc-hash", "ckb-types", "libc"] }
88
log = { version = "0.4.20", default-features = false }
99

1010
[build-dependencies]

contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ckb-std = "0.16.1"
7+
ckb-std = "0.16.3"
88

99
[features]
1010
native-simulator = ["ckb-std/native-simulator"]

native-simulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[dependencies]
88
{{project-name | append: "@@SIMULATOR_PLACEHOLDER@@" | remove: "-sim@@SIMULATOR_PLACEHOLDER@@"}} = { path = "../../contracts/{{project-name | append: "@@SIMULATOR_PLACEHOLDER@@" | remove: "-sim@@SIMULATOR_PLACEHOLDER@@"}}", features = ["native-simulator"] }
9-
ckb-std = { version = "0.16.1", features = ["native-simulator"] }
9+
ckb-std = { version = "0.16.3", features = ["native-simulator"] }
1010

1111
[lib]
1212
crate-type = ["cdylib"]

stack-reorder-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ckb-std = "0.16.1"
7+
ckb-std = "0.16.3"
88

99
[build-dependencies]
1010
cc = "1.0"

standalone-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ckb-std = "0.16.1"
7+
ckb-std = "0.16.3"
88

99
[dev-dependencies]
1010
ckb-testtool = "0.14.0"

x64-simulator-crate/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ckb-std = "0.16.1"
7+
ckb-std = "0.16.3"
88

99
# Supporting native tests powered by ckb-x64-simulator
1010
[target.'cfg(all(target_arch = "x86_64", unix))'.dependencies.ckb-std]
11-
version = "0.16.1"
11+
version = "0.16.3"
1212
features = ["native-simulator"]
1313

1414
[target.'cfg(all(target_arch = "x86_64", unix))'.dev-dependencies]

0 commit comments

Comments
 (0)