From 94ccba9745e9f32f64d52df394cbd60dce0d2e81 Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Fri, 10 May 2024 09:00:21 -0600 Subject: [PATCH] update config --- Cargo.toml | 6 +++--- contracts/marketplace/Cargo.toml | 2 +- contracts/reserve-auction/Cargo.toml | 19 ++++++++----------- packages/sg-marketplace-common/Cargo.toml | 23 ++++++++++------------- 4 files changed, 22 insertions(+), 28 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d49b1dfc..6b3e044e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["contracts/*", "packages/*"] resolver = "2" [workspace.package] -rust-version = "1.68.2" +rust-version = "1.74.0" edition = "2021" homepage = "https://stargaze.zone" repository = "https://github.com/public-awesome/marketplace" @@ -16,5 +16,5 @@ overflow-checks = true opt-level = 3 debug = false debug-assertions = false -codegen-units = 1 -incremental = false \ No newline at end of file +codegen-units = 1 +incremental = false diff --git a/contracts/marketplace/Cargo.toml b/contracts/marketplace/Cargo.toml index ba857de9..b7d91c78 100644 --- a/contracts/marketplace/Cargo.toml +++ b/contracts/marketplace/Cargo.toml @@ -54,7 +54,7 @@ serde = { version = "1.0.145", default-features = false, features = [ sg721-base = { version = "2.1.0", features = ["library"] } sg721 = { version = "2.1.0", features = ["library"] } thiserror = "1.0.31" -sg-std = "2.1.0" +sg-std = { version = "2.1.0", features = ["library"] } cw-utils = "0.16.0" sg1 = "2.1.0" sg2 = "2.1.0" diff --git a/contracts/reserve-auction/Cargo.toml b/contracts/reserve-auction/Cargo.toml index 0e61d007..8707cd9b 100644 --- a/contracts/reserve-auction/Cargo.toml +++ b/contracts/reserve-auction/Cargo.toml @@ -1,15 +1,12 @@ [package] -name = "stargaze-reserve-auction" -version = "1.0.1" -authors = [ - "Shane Vitarana ", - "Tasio Victoria ", -] +name = "stargaze-reserve-auction" +version = "1.0.1" +authors = ["Shane Vitarana ", "Tasio Victoria "] description = "Stargaze Reserve Auction Contract" -edition = { workspace = true } -homepage = { workspace = true } -repository = { workspace = true } -license = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +repository = { workspace = true } +license = { workspace = true } exclude = [ # Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication. @@ -46,7 +43,7 @@ cw721 = "0.16.0" cw721-base = { version = "0.16.0", features = ["library"] } schemars = "0.8.11" serde = { version = "1.0.145", default-features = false, features = ["derive"] } -sg-std = "2.1.0" +sg-std = { version = "2.1.0", features = ["library"] } sg1 = "2.1.0" sg721-base = { version = "2.1.0", features = ["library"] } thiserror = "1.0.31" diff --git a/packages/sg-marketplace-common/Cargo.toml b/packages/sg-marketplace-common/Cargo.toml index ba86c541..b93b0b95 100644 --- a/packages/sg-marketplace-common/Cargo.toml +++ b/packages/sg-marketplace-common/Cargo.toml @@ -1,15 +1,12 @@ [package] -name = "sg-marketplace-common" -version = "1.3.0" -authors = [ - "Shane Vitarana ", - "Tasio Victoria ", -] +name = "sg-marketplace-common" +version = "1.3.0" +authors = ["Shane Vitarana ", "Tasio Victoria "] description = "Common functionality used in Stargaze Marketplace contracts" -edition = { workspace = true } -homepage = { workspace = true } -repository = { workspace = true } -license = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +repository = { workspace = true } +license = { workspace = true } exclude = [ # Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication. @@ -33,10 +30,10 @@ cosmwasm-schema = "1.5.3" cosmwasm-std = "1.5.3" cw-storage-plus = "1.2.0" cw-utils = "1.0.3" -cw721 = "0.18.0" -cw721-base = { version = "0.18.0", features = ["library"] } +cw721 = "0.18.0" +cw721-base = { version = "0.18.0", features = ["library"] } -stargaze-royalty-registry = { version = "0.3.0", features = ["library"] } +stargaze-royalty-registry = { version = "0.3.0", features = ["library"] } serde = "1.0.196" thiserror = "1.0.56"