From 6a64ad373580a3f751dfe8f4ec32c8cef38b8529 Mon Sep 17 00:00:00 2001 From: Ninjatosba Date: Mon, 26 Feb 2024 17:02:00 +0300 Subject: [PATCH] remove individual versions in cargo tomls --- Cargo.lock | 12 ++++++------ .../factories/round-whitelist-factory/Cargo.toml | 1 - contracts/minters/minter/Cargo.toml | 1 - contracts/minters/multi-mint-oem/Cargo.toml | 1 - contracts/minters/open-edition-minter/Cargo.toml | 1 - contracts/whitelists/round-whitelist/Cargo.toml | 1 - integration-tests/Cargo.toml | 1 - 7 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69b8bfd..d3b37c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ [[package]] name = "integration-tests" -version = "0.0.1" +version = "0.0.0" dependencies = [ "anyhow", "bech32", @@ -742,7 +742,7 @@ dependencies = [ [[package]] name = "omniflix-minter" -version = "0.0.1" +version = "0.0.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "omniflix-multi-mint-open-edition-minter" -version = "0.0.1" +version = "0.0.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "omniflix-open-edition-minter" -version = "0.0.1" +version = "0.0.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "omniflix-round-whitelist" -version = "0.0.1" +version = "0.0.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "omniflix-round-whitelist-factory" -version = "0.0.1" +version = "0.0.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/contracts/factories/round-whitelist-factory/Cargo.toml b/contracts/factories/round-whitelist-factory/Cargo.toml index f52a775..e9693f9 100644 --- a/contracts/factories/round-whitelist-factory/Cargo.toml +++ b/contracts/factories/round-whitelist-factory/Cargo.toml @@ -1,7 +1,6 @@ [package] authors = ["Adnan Deniz Corlu "] name = "omniflix-round-whitelist-factory" -version = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/contracts/minters/minter/Cargo.toml b/contracts/minters/minter/Cargo.toml index fa61a05..ccb3797 100644 --- a/contracts/minters/minter/Cargo.toml +++ b/contracts/minters/minter/Cargo.toml @@ -1,7 +1,6 @@ [package] authors = ["Adnan Deniz Corlu "] name = "omniflix-minter" -version = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/contracts/minters/multi-mint-oem/Cargo.toml b/contracts/minters/multi-mint-oem/Cargo.toml index 91a42a6..41148fd 100644 --- a/contracts/minters/multi-mint-oem/Cargo.toml +++ b/contracts/minters/multi-mint-oem/Cargo.toml @@ -1,7 +1,6 @@ [package] authors = ["Adnan Deniz Corlu "] name = "omniflix-multi-mint-open-edition-minter" -version = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/contracts/minters/open-edition-minter/Cargo.toml b/contracts/minters/open-edition-minter/Cargo.toml index 6e1f67a..cded066 100644 --- a/contracts/minters/open-edition-minter/Cargo.toml +++ b/contracts/minters/open-edition-minter/Cargo.toml @@ -1,7 +1,6 @@ [package] authors = ["Adnan Deniz Corlu "] name = "omniflix-open-edition-minter" -version = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/contracts/whitelists/round-whitelist/Cargo.toml b/contracts/whitelists/round-whitelist/Cargo.toml index ae67987..34ec4e9 100644 --- a/contracts/whitelists/round-whitelist/Cargo.toml +++ b/contracts/whitelists/round-whitelist/Cargo.toml @@ -1,7 +1,6 @@ [package] authors = ["Adnan Deniz Corlu "] name = "omniflix-round-whitelist" -version = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 972fb6a..674dab7 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,7 +1,6 @@ [package] authors = ["Adnan Deniz Corlu "] name = "integration-tests" -version = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true }