Skip to content

Commit

Permalink
Update import of mars-core (use git tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Feb 23, 2022
1 parent 2752846 commit 2cf7e3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/mock-oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ fields-of-mars = { path = "../../packages/fields-of-mars" }
cosmwasm-std = "^0.16"
cw-asset = { version = "0.3.2", features = ["legacy"] }
cw-storage-plus = "^0.9"
mars-core = { path = "../../packages/mars-core" }
mars-core = { git = "https://github.com/mars-protocol/mars-core", tag = "v1.0.0-rc4" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
2 changes: 1 addition & 1 deletion contracts/mock-red-bank/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ cw20 = "^0.9"
cw-asset = { version = "0.3.2", features = ["legacy"] }
cw-storage-plus = "^0.9"
fields-of-mars = { path = "../../packages/fields-of-mars" }
mars-core = { path = "../../packages/mars-core" }
mars-core = { git = "https://github.com/mars-protocol/mars-core", tag = "v1.0.0-rc4" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
2 changes: 1 addition & 1 deletion packages/fields-of-mars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ astroport = "0.3.1"
cosmwasm-std = "^0.16"
cw20 = "^0.9"
cw-asset = { version = "0.3.2", features = ["legacy"] }
mars-core = { path = "../mars-core" }
mars-core = { git = "https://github.com/mars-protocol/mars-core", tag = "v1.0.0-rc4" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
terra-cosmwasm = "2.2.0"

0 comments on commit 2cf7e3a

Please sign in to comment.