Skip to content

Commit 767a3b8

Browse files
gabriele-0201pepyakin
authored andcommitted
fix sugondat-primitives default-features
1 parent b765ebb commit 767a3b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sugondat/chain/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_json = { workspace = true }
2727
# Local
2828
sugondat-test-runtime = { workspace = true }
2929
sugondat-kusama-runtime = { workspace = true }
30-
sugondat-primitives = { workspace = true }
30+
sugondat-primitives = { workspace = true, default-features = true }
3131

3232
# Substrate
3333
frame-benchmarking = { workspace = true, default-features = true }

sugondat/chain/primitives/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub enum InvalidTransactionCustomError {
5757
InvalidNamespaceId = 101,
5858
}
5959

60+
#[cfg(feature = "std")]
6061
pub fn last_relay_block_number_key() -> Vec<u8> {
6162
[
6263
sp_core::twox_128(b"ParachainSystem"),

0 commit comments

Comments
 (0)