Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
piobab committed Dec 13, 2024
1 parent c833780 commit c1b69ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 79 deletions.
86 changes: 10 additions & 76 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ mars-rover-health-computer = { path = "./packages/health-computer" }
mars-interest-rate = { path = "./packages/interest-rate" }
mars-liquidation = { path = "./packages/liquidation" }
mars-osmosis = { path = "./packages/chains/osmosis" }
# Old rover types used for migration (https://github.com/mars-protocol/v2-fields-of-mars/releases/tag/v1.0.0)
mars-rover-old = { package = "mars-rover", git = "https://github.com/mars-protocol/v2-fields-of-mars", rev = "183e4c5" }
mars-testing = { path = "./packages/testing" }
mars-types = { path = "./packages/types" }
mars-utils = { path = "./packages/utils" }
Expand Down
1 change: 0 additions & 1 deletion contracts/account-nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ cw2 = { workspace = true }
cw721 = { workspace = true }
cw721-base = { workspace = true }
cw-storage-plus = { workspace = true }
mars-rover-old = { workspace = true }
mars-types = { workspace = true }
thiserror = { workspace = true }

Expand Down

0 comments on commit c1b69ba

Please sign in to comment.