Skip to content

Commit 2fdd2cf

Browse files
committed
Update ckb dependencies to v1.1.0
1 parent a15a501 commit 2fdd2cf

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

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 = "2024"
55

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

1010
[build-dependencies]

contract-without-simulator/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 = "2024"
55

66
[dependencies]
7-
ckb-std = "1.0"
7+
ckb-std = "1.1"

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 = "2024"
55

66
[dependencies]
7-
ckb-std = "1.0"
7+
ckb-std = "1.1"
88

99
[features]
1010
library = []

native-simulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
{{project-name | append: "@@SIMULATOR_PLACEHOLDER@@" | remove: "-sim@@SIMULATOR_PLACEHOLDER@@"}} = { path = "../../contracts/{{project-name | append: "@@SIMULATOR_PLACEHOLDER@@" | remove: "-sim@@SIMULATOR_PLACEHOLDER@@"}}", features = ["native-simulator"] }
8-
ckb-std = { version = "1.0", features = ["native-simulator"] }
8+
ckb-std = { version = "1.1", features = ["native-simulator"] }
99
ctor = "0.6"
1010

1111
[lib]

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 = "2024"
55

66
[dependencies]
7-
ckb-std = "1.0"
7+
ckb-std = "1.1"
88

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

standalone-contract/Cargo.toml

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

66
[dependencies]
7-
ckb-std = "1.0"
7+
ckb-std = "1.1"
88

99
[dev-dependencies]
10-
ckb-testtool = "1.0"
10+
ckb-testtool = "1.1"
1111
serde_json = "1.0"

workspace/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2024"
77
native-simulator = [ "ckb-testtool/native-simulator" ]
88

99
[dependencies]
10-
ckb-testtool = "1.0"
10+
ckb-testtool = "1.1"
1111
serde_json = "1.0"

x64-simulator-crate/Cargo.toml

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

66
[dependencies]
7-
ckb-std = "1.0"
7+
ckb-std = "1.1"
88

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

1414
[target.'cfg(all(target_arch = "x86_64", unix))'.dev-dependencies]
15-
ckb-testtool = "1.0"
15+
ckb-testtool = "1.1"
1616
rusty-fork = "0.3.0"
1717
rand = "0.8.5"
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)