Skip to content

Commit

Permalink
Bump version numbers of package and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Feb 8, 2022
1 parent a98674a commit f4622f2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

6 changes: 3 additions & 3 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 = "0.3.5"
version = "1.0.0"
authors = ["larry <larry@delphidigital.io>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -13,8 +13,8 @@ repository = "https://github.com/mars-protocol/cw-asset"
legacy = ["astroport"]

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

Expand Down

0 comments on commit f4622f2

Please sign in to comment.