Skip to content

Commit

Permalink
add feature flags on utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Aug 18, 2023
1 parent 6e58872 commit 33ce3e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#[cfg(feature = "checkpoint")]
pub mod checkpoint;
#[cfg(feature = "crypto")]
pub mod crypto;
#[cfg(feature = "nonces")]
pub mod nonces;

0 comments on commit 33ce3e9

Please sign in to comment.