Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Oct 14, 2022
1 parent 9437310 commit ef3dc03
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 52 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions contracts/marketplace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "name-marketplace"
version = "0.2.0"
version = "0.5.0"
authors = ["Shane Vitarana <s@noreply.publicawesome.com>"]
edition = "2021"
repository = "https://github.com/public-awesome/names"
Expand Down Expand Up @@ -28,23 +28,23 @@ library = []
cosmwasm-schema = { version = "1.1.4" }
cosmwasm-std = { version = "1.1.4" }
cosmwasm-storage = { version = "1.1.4" }
cw-storage-plus = "0.15.0"
cw-storage-macro = "0.15.0"
cw2 = "0.15.0"
cw20 = "0.15.0"
cw-storage-plus = "0.15.1"
cw-storage-macro = "0.15.1"
cw2 = "0.15.1"
cw20 = "0.15.1"
cw721 = "0.15.0"
cw721-base = { version = "0.15.0", features = ["library"] }
schemars = "0.8.10"
serde = { version = "1.0.133", default-features = false, features = ["derive"] }
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.30" }
cw-utils = "0.15.0"
cw-utils = "0.15.1"
semver = "1"
sg-std = "0.19.0"
sg1 = "0.19.0"
sg-controllers = "0.19.1"

[dev-dependencies]
cw-multi-test = { version = "0.15.0" }
cw-multi-test = "0.15.1"
sg-multi-test = "0.19.0"
sg721-name = { path = "../sg721-name", features = ["library"] }
sg721 = "0.19.0"
18 changes: 9 additions & 9 deletions contracts/name-minter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "name-minter"
version = "0.2.0"
version = "0.5.0"
authors = ["Shane Vitarana <s@noreply.publicawesome.com>"]
edition = "2021"

Expand All @@ -24,12 +24,12 @@ library = []
cosmwasm-schema = "1.1.4"
cosmwasm-std = "1.1.4"
cosmwasm-storage = "1.1.4"
cw-storage-plus = "0.15.0"
cw-utils = "0.15.0"
cw2 = "0.15.0"
cw-controllers = "0.15.0"
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
cw-storage-plus = "0.15.1"
cw-utils = "0.15.1"
cw2 = "0.15.1"
cw-controllers = "0.15.1"
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.31" }
cw721 = "0.15.0"
cw721-base = { version = "0.15.0", features = ["library"] }
Expand All @@ -38,9 +38,9 @@ sg721 = "0.19.0"
sg721-name = { path = "../sg721-name" }
name-marketplace = { path = "../marketplace", features = ["library"] }
sg-std = "0.19.0"
sg-whitelist-basic = "0.4.0"
sg-whitelist-basic = "0.5.0"

[dev-dependencies]
cw-multi-test = "0.15.0"
cw-multi-test = "0.15.1"
sg-multi-test = "0.19.0"
sg721-base = "0.19.0"
14 changes: 7 additions & 7 deletions contracts/sg721-name/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sg721-name"
version = "0.2.0"
version = "0.5.0"
authors = [
"Shane Vitarana <s@noreply.publicawesome.com>",
"John Y <j@noreply.publicawesome.com>",
Expand All @@ -26,16 +26,16 @@ library = []
[dependencies]
cosmwasm-schema = "1.1.4"
cosmwasm-std = { version = "1.1.4" }
cw-storage-plus = "0.15.0"
cw-utils = "0.15.0"
cw2 = "0.15.0"
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
cw-storage-plus = "0.15.1"
cw-utils = "0.15.1"
cw2 = "0.15.1"
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
sg-name = "0.5.0"
sg-std = "0.19.0"
sg721 = "0.19.0"
sg721-base = { version = "0.19.0", features = ["library"] }
thiserror = { version = "1.0.31" }
cw721 = "0.15.0"
cw721-base = { version = "0.15.0", features = ["library"] }
sg-name-market = "0.4.0"
sg-name-market = "0.5.0"
6 changes: 3 additions & 3 deletions packages/sg-name-market/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sg-name-market"
version = "0.4.0"
version = "0.5.0"
authors = ["Shane Vitarana <s@noreply.publicawesome.com>"]
edition = "2021"
description = "Rust definition of Stargaze Name Marketplace"
Expand All @@ -21,6 +21,6 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cosmwasm-schema = "1.1.4"
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
cosmwasm-std = "1.1.4"
4 changes: 2 additions & 2 deletions packages/sg-name/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cosmwasm-schema = "1.1.4"
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
cosmwasm-std = "1.1.4"
6 changes: 3 additions & 3 deletions packages/sg-whitelist-basic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sg-whitelist-basic"
version = "0.4.0"
version = "0.5.0"
authors = ["Shane Vitarana <s@noreply.publicawesome.com>"]
edition = "2021"
description = "Rust definition of a basic Stargaze whitelist"
Expand All @@ -21,6 +21,6 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cosmwasm-schema = "1.1.4"
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
cosmwasm-std = "1.1.4"

0 comments on commit ef3dc03

Please sign in to comment.