Skip to content

Commit

Permalink
Update mars-core dependency; bump version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Mar 24, 2022
1 parent 99673aa commit ef875d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
23 changes: 5 additions & 18 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cw-asset"
description = "Helper library for interacting with Cosmos assets (SDK coins and CW20 tokens)"
version = "1.0.3-beta" # beta because `mars-core` is still at the "rc" version
version = "1.0.3"
authors = ["larry <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -17,11 +17,11 @@ mars = ["mars-core"]

[dependencies]
# mandatory dependencies
cosmwasm-std = "^0.16"
cw20 = "^0.9"
cosmwasm-std = "0.16"
cw20 = "0.9"
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

# optional dependencies
astroport = { version = "^1.0", optional = true }
mars-core = { git = "https://github.com/mars-protocol/mars-core", tag = "v1.0.0-rc4", optional = true }
astroport = { version = "1.0", optional = true }
mars-core = { version = "1.0", optional = true }

0 comments on commit ef875d4

Please sign in to comment.