Skip to content

Commit

Permalink
Merge pull request CosmWasm#10 from aura-nw/cw2_supported_interface
Browse files Browse the repository at this point in the history
remove unused dependencies
  • Loading branch information
ThienLK1 authored Nov 22, 2022
2 parents 67e810d + 979098d commit c299256
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions packages/cw22/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cw22"
version = "1.0.0"
authors = ["ThienLK1@aura-nw"]
edition = "2021"
description = "Definition and types for the CosmWasm-2 interface"
description = "Definition and types for the CosmWasm-22 interface"
license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"
Expand All @@ -14,6 +14,4 @@ cosmwasm-std = { version = "1.0.0", default-features = false }
cw-storage-plus = "0.16.0"
schemars = "0.8.1"
serde = { version = "1.0.0", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.23" }
version-compare = "0.1"
semver = "1.0.14"

0 comments on commit c299256

Please sign in to comment.