From b49f826966c729559da21104ec54c5a0b5a409b1 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Thu, 28 Sep 2023 15:44:29 +0800 Subject: [PATCH] Keep `ckb-hash/default` in `ckb-gen-types` --- util/gen-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gen-types/Cargo.toml b/util/gen-types/Cargo.toml index 64a3426927..825cb516c8 100644 --- a/util/gen-types/Cargo.toml +++ b/util/gen-types/Cargo.toml @@ -20,7 +20,7 @@ check-data = [] # Enable the `serialized-size` extension for CKB contract development in `no-std` env serialized-size = ["calc-hash"] # Enable all in `std` env -std = ["molecule/std", "ckb-hash", "ckb-fixed-hash", "ckb-error", "ckb-occupied-capacity", "numext-fixed-uint"] +std = ["molecule/std", "ckb-hash/default", "ckb-fixed-hash", "ckb-error", "ckb-occupied-capacity", "numext-fixed-uint"] [dependencies] cfg-if = "1.0"