Skip to content

Commit

Permalink
remove individual versions in cargo tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjatosba committed Feb 26, 2024
1 parent b0a84be commit 6a64ad3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion contracts/factories/round-whitelist-factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
authors = ["Adnan Deniz Corlu <[email protected]>"]
name = "omniflix-round-whitelist-factory"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion contracts/minters/minter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
authors = ["Adnan Deniz Corlu <[email protected]>"]
name = "omniflix-minter"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion contracts/minters/multi-mint-oem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
authors = ["Adnan Deniz Corlu <[email protected]>"]
name = "omniflix-multi-mint-open-edition-minter"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion contracts/minters/open-edition-minter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
authors = ["Adnan Deniz Corlu <[email protected]>"]
name = "omniflix-open-edition-minter"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion contracts/whitelists/round-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
authors = ["Adnan Deniz Corlu <[email protected]>"]
name = "omniflix-round-whitelist"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
authors = ["Adnan Deniz Corlu <[email protected]>"]
name = "integration-tests"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 6a64ad3

Please sign in to comment.