Skip to content

Commit f616ad2

Browse files
committed
Allow usage of deprecated APIs in IBC module
1 parent 7963497 commit f616ad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/std/src/ibc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(deprecated)]
2+
13
// The CosmosMsg variants are defined in results/cosmos_msg.rs
24
// The rest of the IBC related functionality is defined here
35

0 commit comments

Comments
 (0)