Skip to content

Commit

Permalink
add serde flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jan 8, 2024
1 parent 90322e0 commit 87ce97a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibc-apps/ics721-nft-transfer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
#[cfg(any(test, feature = "std"))]
extern crate std;

#[cfg(feature = "serde")]
pub mod context;
#[cfg(feature = "serde")]
pub mod handler;
#[cfg(feature = "serde")]
pub mod module;

/// Re-exports the implementation of the IBC [Non-Fungible Token
Expand Down

0 comments on commit 87ce97a

Please sign in to comment.