Skip to content

Commit fa4e7a5

Browse files
committed
ckb-std update to 0.15.3
1 parent 1dfce43 commit fa4e7a5

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 = "0.15.1"
7+
ckb-std = "0.15.3"
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,4 +4,4 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ckb-std = "0.15.1"
7+
ckb-std = "0.15.3"

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
{{contract_name}} = { path = "../../contracts/{{contract_name}}", features = ["simulator"] }
9-
ckb-std = { version = "0.15.1", features = ["simulator"] }
9+
ckb-std = { version = "0.15.3", features = ["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.15.1"
7+
ckb-std = "0.15.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.15.1"
7+
ckb-std = "0.15.3"
88

99
[dev-dependencies]
1010
ckb-testtool = "0.13.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.15.1"
7+
ckb-std = "0.15.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.15.1"
11+
version = "0.15.3"
1212
features = ["simulator"]
1313

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

0 commit comments

Comments
 (0)