Skip to content

Commit 01837e0

Browse files
author
Tomasz Kulik
committed
chore: Fix 'since' argument
1 parent f616ad2 commit 01837e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/std/src/ibc.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub enum IbcMsg {
114114
/// ```
115115
#[cfg(feature = "cosmwasm_2_2")]
116116
#[deprecated(
117-
since = "3.0.0",
117+
since = "2.2.3",
118118
note = "IBC fees have been removed from ibc-go `v10`, which is used in wasmd `v0.55.0`."
119119
)]
120120
PayPacketFee {
@@ -135,7 +135,7 @@ pub enum IbcMsg {
135135
/// They are added to the existing fees on the packet.
136136
#[cfg(feature = "cosmwasm_2_2")]
137137
#[deprecated(
138-
since = "3.0.0",
138+
since = "2.2.3",
139139
note = "IBC fees have been removed from ibc-go `v10`, which is used in wasmd `v0.55.0`."
140140
)]
141141
PayPacketFeeAsync {
@@ -155,7 +155,7 @@ pub enum IbcMsg {
155155
}
156156

157157
#[deprecated(
158-
since = "3.0.0",
158+
since = "2.2.3",
159159
note = "IBC fees have been removed from ibc-go `v10`, which is used in wasmd `v0.55.0`."
160160
)]
161161
#[derive(Serialize, Deserialize, Default, Clone, Debug, PartialEq, Eq, JsonSchema)]

0 commit comments

Comments
 (0)