Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoln committed Jan 30, 2024
1 parent 19dec81 commit d184e4b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ cw-utils = "1.0.0"
itertools = "0.10"
enum-repr = "0.2.6"
prost = { version = "0.12.3", default-features = false, features = ["prost-derive"] }

# 0.20.1
# 0.11.2
1 change: 0 additions & 1 deletion contracts/osmosis/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use cosmwasm_std::{
};
use cw_utils::one_coin;
use ibc_tracking::{
// msg::MsgTransfer,
state::{store_ibc_transfer_reply_state, IbcTransferReplyState},
util::insert_callback_key,
};
Expand Down
2 changes: 0 additions & 2 deletions packages/ibc-tracking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ serde-cw-value = { workspace = true }
prost = { workspace = true }
osmosis-std = { workspace = true }
schemars = { workspace = true }

# osmosis-std-derive = "0.20.1"
3 changes: 1 addition & 2 deletions packages/osmosis-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ prost = { workspace = true }
itertools = {workspace = true}

sha2 = "0.10.6"
hex = "0.4.3"
# osmosis-std-derive = "0.20.1"
hex = "0.4.3"

0 comments on commit d184e4b

Please sign in to comment.