From 00c98fc86cb43d3cfb51b399662a0c8882f0f468 Mon Sep 17 00:00:00 2001 From: WaDadidou Date: Thu, 3 Oct 2024 14:55:49 -0400 Subject: [PATCH] fix: after rebase --- .../cw-contracts}/marketing/.cargo/config.toml | 0 {cosmwasm-contracts => rust/cw-contracts}/marketing/Cargo.lock | 0 {cosmwasm-contracts => rust/cw-contracts}/marketing/Cargo.toml | 0 {cosmwasm-contracts => rust/cw-contracts}/marketing/Makefile | 0 {cosmwasm-contracts => rust/cw-contracts}/marketing/config.json | 0 .../cw-contracts}/marketing/src/bin/schema.rs | 0 .../cw-contracts}/marketing/src/contract.rs | 0 {cosmwasm-contracts => rust/cw-contracts}/marketing/src/error.rs | 0 {cosmwasm-contracts => rust/cw-contracts}/marketing/src/lib.rs | 0 .../cw-contracts}/marketing/src/multitest.rs | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/.cargo/config.toml (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/Cargo.lock (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/Cargo.toml (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/Makefile (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/config.json (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/src/bin/schema.rs (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/src/contract.rs (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/src/error.rs (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/src/lib.rs (100%) rename {cosmwasm-contracts => rust/cw-contracts}/marketing/src/multitest.rs (100%) diff --git a/cosmwasm-contracts/marketing/.cargo/config.toml b/rust/cw-contracts/marketing/.cargo/config.toml similarity index 100% rename from cosmwasm-contracts/marketing/.cargo/config.toml rename to rust/cw-contracts/marketing/.cargo/config.toml diff --git a/cosmwasm-contracts/marketing/Cargo.lock b/rust/cw-contracts/marketing/Cargo.lock similarity index 100% rename from cosmwasm-contracts/marketing/Cargo.lock rename to rust/cw-contracts/marketing/Cargo.lock diff --git a/cosmwasm-contracts/marketing/Cargo.toml b/rust/cw-contracts/marketing/Cargo.toml similarity index 100% rename from cosmwasm-contracts/marketing/Cargo.toml rename to rust/cw-contracts/marketing/Cargo.toml diff --git a/cosmwasm-contracts/marketing/Makefile b/rust/cw-contracts/marketing/Makefile similarity index 100% rename from cosmwasm-contracts/marketing/Makefile rename to rust/cw-contracts/marketing/Makefile diff --git a/cosmwasm-contracts/marketing/config.json b/rust/cw-contracts/marketing/config.json similarity index 100% rename from cosmwasm-contracts/marketing/config.json rename to rust/cw-contracts/marketing/config.json diff --git a/cosmwasm-contracts/marketing/src/bin/schema.rs b/rust/cw-contracts/marketing/src/bin/schema.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/bin/schema.rs rename to rust/cw-contracts/marketing/src/bin/schema.rs diff --git a/cosmwasm-contracts/marketing/src/contract.rs b/rust/cw-contracts/marketing/src/contract.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/contract.rs rename to rust/cw-contracts/marketing/src/contract.rs diff --git a/cosmwasm-contracts/marketing/src/error.rs b/rust/cw-contracts/marketing/src/error.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/error.rs rename to rust/cw-contracts/marketing/src/error.rs diff --git a/cosmwasm-contracts/marketing/src/lib.rs b/rust/cw-contracts/marketing/src/lib.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/lib.rs rename to rust/cw-contracts/marketing/src/lib.rs diff --git a/cosmwasm-contracts/marketing/src/multitest.rs b/rust/cw-contracts/marketing/src/multitest.rs similarity index 100% rename from cosmwasm-contracts/marketing/src/multitest.rs rename to rust/cw-contracts/marketing/src/multitest.rs