diff --git a/Cargo.toml b/Cargo.toml index edaa3657c..238ec74c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace.package] +version = "0.5.0-dev" authors = ["Webb Developers "] license = "Apache-2.0" documentation = "https://docs.rs/webb-relayer" diff --git a/crates/bridge-registry-backends/Cargo.toml b/crates/bridge-registry-backends/Cargo.toml index fd61dd48b..98ab09d08 100644 --- a/crates/bridge-registry-backends/Cargo.toml +++ b/crates/bridge-registry-backends/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-bridge-registry-backends" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/chains-info/Cargo.toml b/crates/chains-info/Cargo.toml index 5381fcb91..566c141b9 100644 --- a/crates/chains-info/Cargo.toml +++ b/crates/chains-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-chains-info" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/event-watcher-traits/Cargo.toml b/crates/event-watcher-traits/Cargo.toml index cdcd06cab..3050098b3 100644 --- a/crates/event-watcher-traits/Cargo.toml +++ b/crates/event-watcher-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-event-watcher-traits" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } @@ -37,4 +37,4 @@ evm = [ ] substrate = [ "webb-relayer-context/substrate", -] \ No newline at end of file +] diff --git a/crates/price-oracle-backends/Cargo.toml b/crates/price-oracle-backends/Cargo.toml index 48d344341..0ca30e6f4 100644 --- a/crates/price-oracle-backends/Cargo.toml +++ b/crates/price-oracle-backends/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-price-oracle-backends" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/proposal-signing-backends/Cargo.toml b/crates/proposal-signing-backends/Cargo.toml index 51ab74b5b..99ea56869 100644 --- a/crates/proposal-signing-backends/Cargo.toml +++ b/crates/proposal-signing-backends/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-proposal-signing-backends" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/relayer-config/Cargo.toml b/crates/relayer-config/Cargo.toml index 4c013d326..338a31bfb 100644 --- a/crates/relayer-config/Cargo.toml +++ b/crates/relayer-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-config" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/relayer-context/Cargo.toml b/crates/relayer-context/Cargo.toml index 9fd3962f9..bf13468c8 100644 --- a/crates/relayer-context/Cargo.toml +++ b/crates/relayer-context/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-context" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/relayer-handler-utils/Cargo.toml b/crates/relayer-handler-utils/Cargo.toml index 0ba3d1e59..d6fdda5d0 100644 --- a/crates/relayer-handler-utils/Cargo.toml +++ b/crates/relayer-handler-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-handler-utils" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } @@ -17,4 +17,4 @@ serde = { workspace = true } tokio = { workspace = true } webb = { workspace = true } # Used by ethers (but we need it to be vendored with the lib). -native-tls = { workspace = true } \ No newline at end of file +native-tls = { workspace = true } diff --git a/crates/relayer-handlers/Cargo.toml b/crates/relayer-handlers/Cargo.toml index 08578d983..9c8a028f5 100644 --- a/crates/relayer-handlers/Cargo.toml +++ b/crates/relayer-handlers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-handlers" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/relayer-store/Cargo.toml b/crates/relayer-store/Cargo.toml index ae6307e73..71a726fd9 100644 --- a/crates/relayer-store/Cargo.toml +++ b/crates/relayer-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-store" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/relayer-types/Cargo.toml b/crates/relayer-types/Cargo.toml index 11cc517c7..32a65d845 100644 --- a/crates/relayer-types/Cargo.toml +++ b/crates/relayer-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-types" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/relayer-utils/Cargo.toml b/crates/relayer-utils/Cargo.toml index 55c1c7505..99e9a0e3b 100644 --- a/crates/relayer-utils/Cargo.toml +++ b/crates/relayer-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-utils" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/tx-queue/Cargo.toml b/crates/tx-queue/Cargo.toml index f686b4144..fe65ee84b 100644 --- a/crates/tx-queue/Cargo.toml +++ b/crates/tx-queue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-tx-queue" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/crates/tx-relay-utils/Cargo.toml b/crates/tx-relay-utils/Cargo.toml index bc0c6e6f4..8176ee288 100644 --- a/crates/tx-relay-utils/Cargo.toml +++ b/crates/tx-relay-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-tx-relay-utils" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } @@ -13,4 +13,4 @@ repository = { workspace = true } [dependencies] serde = { workspace = true } # Used by ethers (but we need it to be vendored with the lib). -native-tls = { workspace = true, optional = true } \ No newline at end of file +native-tls = { workspace = true, optional = true } diff --git a/crates/tx-relay/Cargo.toml b/crates/tx-relay/Cargo.toml index 3fbb2ade5..200605ed5 100644 --- a/crates/tx-relay/Cargo.toml +++ b/crates/tx-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-relayer-tx-relay" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/event-watchers/dkg/Cargo.toml b/event-watchers/dkg/Cargo.toml index 8f612aeb5..e77f2ac9c 100644 --- a/event-watchers/dkg/Cargo.toml +++ b/event-watchers/dkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-ew-dkg" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/event-watchers/evm/Cargo.toml b/event-watchers/evm/Cargo.toml index 23961c71e..c7e0108d1 100644 --- a/event-watchers/evm/Cargo.toml +++ b/event-watchers/evm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-ew-evm" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/event-watchers/substrate/Cargo.toml b/event-watchers/substrate/Cargo.toml index 7cf17cecf..30b70e23e 100644 --- a/event-watchers/substrate/Cargo.toml +++ b/event-watchers/substrate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-ew-substrate" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/services/block-poller/Cargo.toml b/services/block-poller/Cargo.toml index 3579189cb..b81a9c9df 100644 --- a/services/block-poller/Cargo.toml +++ b/services/block-poller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-block-poller" -version = "0.1.0" +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } diff --git a/services/webb-relayer/Cargo.toml b/services/webb-relayer/Cargo.toml index d67f33c90..2b1960906 100644 --- a/services/webb-relayer/Cargo.toml +++ b/services/webb-relayer/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "webb-relayer" -version = "0.5.0-dev" description = "The Webb Relayer toolkit" exclude = ["tests", "config", ".github", "ci", "assets", "docker"] +version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true }