Skip to content

Commit

Permalink
Add missing feature ckb-std allocator into Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian authored Jan 30, 2024
1 parent 3bc5428 commit a03c27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckb-transaction-cobuild/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
blake2b-ref = "0.3.1"
ckb-std = { version = "0.14.3", default-features = false, features = ["ckb-types"] }
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 }

0 comments on commit a03c27e

Please sign in to comment.