Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5086c7b

Browse files
authored
fix(types): conditionally import context (#774)
1 parent b1b99d1 commit 5086c7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2022 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
33

4+
#[cfg(feature = "stardust")]
45
pub mod context;
56
#[cfg(feature = "stardust")]
67
pub mod ledger;

0 commit comments

Comments
 (0)