diff --git a/ckb-transaction-cobuild/Cargo.toml b/ckb-transaction-cobuild/Cargo.toml index 9dfd5c7..8e42c78 100644 --- a/ckb-transaction-cobuild/Cargo.toml +++ b/ckb-transaction-cobuild/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] blake2b-ref = "0.3.1" -ckb-std = { version = "0.14.3", default-features = false } +ckb-std = { version = "0.14.3", default-features = false, features = ["allocator", "ckb-types"] } molecule = { version = "0.7.5", default-features = false } ckb-gen-types = { version = "0.111.0", default-features = false }