-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(treewide): clean up cargo toml (#3609)
- everything 0.0.0, nothing is published - consistency in Cargo.toml layouts - inherit more from workspace - add a few more checks to `tidy`
- Loading branch information
Showing
138 changed files
with
1,284 additions
and
570 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[package] | ||
authors = ["Hussein Ait Lahcen <[email protected]>"] | ||
name = "ibc-union" | ||
version = "0.0.0" | ||
|
||
authors = { workspace = true } | ||
edition = { workspace = true } | ||
license-file = { workspace = true } | ||
name = "ibc-union" | ||
repository = "https://github.com/unionlabs/union" | ||
version = "1.0.0" | ||
publish = { workspace = true } | ||
repository = { workspace = true } | ||
|
||
[lints] | ||
workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[package] | ||
authors = ["Hussein Ait Lahcen <[email protected]>"] | ||
name = "ibc-union-msg" | ||
version = "0.0.0" | ||
|
||
authors = { workspace = true } | ||
edition = { workspace = true } | ||
license-file = { workspace = true } | ||
name = "ibc-union-msg" | ||
repository = "https://github.com/unionlabs/union" | ||
version = "1.0.0" | ||
publish = { workspace = true } | ||
repository = { workspace = true } | ||
|
||
[lints] | ||
workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 7 additions & 5 deletions
12
cosmwasm/ibc-union/light-clients/state-lens-ics23-mpt/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[package] | ||
authors = ["Hussein Ait Lahcen <[email protected]>"] | ||
name = "multicall" | ||
version = "0.0.0" | ||
|
||
authors = { workspace = true } | ||
edition = { workspace = true } | ||
license-file = { workspace = true } | ||
name = "multicall" | ||
repository = "https://github.com/unionlabs/union" | ||
version = "1.0.0" | ||
publish = { workspace = true } | ||
repository = { workspace = true } | ||
|
||
[lints] | ||
workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[package] | ||
authors = ["Hussein Ait Lahcen <[email protected]>"] | ||
name = "ucs00-pingpong" | ||
version = "0.0.0" | ||
|
||
authors = { workspace = true } | ||
edition = { workspace = true } | ||
license-file = { workspace = true } | ||
name = "ucs00-pingpong" | ||
repository = "https://github.com/unionlabs/union" | ||
version = "1.0.0" | ||
publish = { workspace = true } | ||
repository = { workspace = true } | ||
|
||
[lints] | ||
workspace = true | ||
|
Oops, something went wrong.