Skip to content

Commit

Permalink
Remove unused dependency and move mod util up in lib.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed Feb 13, 2024
1 parent 5fc43e0 commit 2fb771c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions contracts/nav/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion contracts/nav/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ provwasm-std = { version = "2.1.0" }
cw-utils = { version = "1.0.3" }
cosmwasm-schema = { version = "1.5.3" }
cosmwasm-std = { version = "1.5.2", default-features = false }
cosmwasm-storage = { version = "1.5.2" }
cw-storage-plus = { version = "1.2.0", features = ["iterator"] }
cw2 = "1.1.2"
schemars = "0.8.16"
Expand Down
3 changes: 2 additions & 1 deletion contracts/nav/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub mod instantiate;
pub mod migrate;
pub mod query;
pub mod storage;
pub mod util;

#[cfg(test)]
pub mod testing;
pub mod util;

0 comments on commit 2fb771c

Please sign in to comment.