Skip to content

Commit

Permalink
fix crates
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 10, 2025
1 parent 886ae22 commit 55d47bf
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 14 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,17 @@ sp-genesis-builder = { version = "0.15.0", default-features = false }
pallet-xcm = { version = "16.0.0", default-features = false }
polkadot-parachain-primitives = { version = "14.0.0", default-features = false }
polkadot-runtime-common = { version = "16.0.0", default-features = false }
staging-xcm = { version = "14.1.0", default-features = false }
staging-xcm = { version = "=14.1.0", default-features = false }
staging-xcm-builder = { version = "16.0.0", default-features = false }
staging-xcm-executor = { version = "16.0.0", default-features = false }
cumulus-primitives-aura = { version = "0.15.0", default-features = false }
cumulus-pallet-session-benchmarking = { version = "18.0.0", default-features = false }
cumulus-pallet-aura-ext = { version = "0.16.0", default-features = false }
cumulus-pallet-dmp-queue = { version = "0.16.0", default-features = false }
cumulus-pallet-parachain-system = { version = "=0.16.0", default-features = false }
cumulus-pallet-xcm = { version = "0.16.0", default-features = false }
cumulus-pallet-xcmp-queue = { version = "0.16.0", default-features = false }
cumulus-primitives-core = { version = "0.15.0", default-features = false }
cumulus-primitives-core = { version = "=0.15.0", default-features = false }
cumulus-primitives-timestamp = { version = "0.15.0", default-features = false }
cumulus-primitives-utility = { version = "0.16.0", default-features = false }
pallet-collator-selection = { version = "18.0.0", default-features = false }
Expand Down Expand Up @@ -343,7 +344,6 @@ tesseract = { path = "tesseract/relayer" }
transaction-fees = { path = "tesseract/fees" }
telemetry-server = { path = "tesseract/telemetry" }
tesseract-config = { path = "tesseract/config" }
cumulus-pallet-parachain-system = { version = "0.16.0", default-features = false }

[workspace.dependencies.ethabi]
version = "18.0.0"
Expand Down
2 changes: 0 additions & 2 deletions modules/ismp/clients/grandpa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ sp-consensus-aura = { workspace = true }
sp-core = { workspace = true }

# cumulus
cumulus-primitives-core = { workspace = true }
substrate-state-machine = { workspace = true }

[features]
Expand All @@ -48,7 +47,6 @@ std = [
"frame-support/std",
"frame-system/std",
"scale-info/std",
"cumulus-primitives-core/std",
"ismp/std",
"sp-trie/std",
"sp-consensus-aura/std",
Expand Down
4 changes: 0 additions & 4 deletions modules/pallets/mmr/gadget/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ homepage = "https://substrate.io"
edition = "2021"
publish = false


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
codec = { workspace = true, default-features = true }
futures = "0.3.30"
Expand All @@ -25,4 +22,3 @@ pallet-mmr-runtime-api = { workspace = true, default-features = true }
pallet-ismp = { workspace = true, default-features = true }
pallet-mmr = { workspace = true, default-features = true }
mmr-primitives = { workspace = true, default-features = true }

1 change: 0 additions & 1 deletion modules/pallets/mmr/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ homepage = "https://docs.hyperbridge.network/developers/polkadot/getting-started
documentation = "https://docs.rs/ismp-parachain"
description = "Merkle mountain range primitives for pallet-ismp"
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"]
readme = "README.md"
publish = false

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion modules/pallets/mmr/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ homepage = "https://docs.hyperbridge.network/developers/polkadot/getting-started
documentation = "https://docs.rs/pallet-ismp-rpc"
description = "RPC apis for pallet-ismp"
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"]
readme = "README.md"
publish = false

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion modules/pallets/token-gateway/src/benchmarking.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![cfg(feature = "runtime-benchmarks")]

use crate::*;
use crate::{types::*, *};
use frame_benchmarking::v2::*;
use frame_support::{
traits::{fungible, fungibles},
Expand Down
1 change: 0 additions & 1 deletion scripts/release-crates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
cargo release \
-p serde-hex-utils \
-p ismp \
-p mmr-primitives \
-p pallet-hyperbridge \
-p pallet-ismp \
-p pallet-ismp-runtime-api \
Expand Down

0 comments on commit 55d47bf

Please sign in to comment.