Skip to content

Commit b5649a5

Browse files
committed
solve compile on github action ci
1 parent d99ac04 commit b5649a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/contracts/ckb-script-ipc-demo/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "ckb-script-ipc-demo"
33
version = "1.0.0"
44
edition = "2021"
55

6+
[profile.dev]
7+
panic = "abort"
8+
9+
[profile.release]
10+
panic = "abort"
11+
612
[dependencies]
713
ckb-std = { version = "0.16", default-features = false, features = ["allocator", "ckb-types", "dummy-atomic", "log"]}
814
#ckb-script-ipc-common = { path = "../../crates/ckb-script-ipc-common" }

0 commit comments

Comments
 (0)