Skip to content

Commit

Permalink
Fix crate publishing issues (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 authored Oct 15, 2024
1 parent da97a78 commit 8028e84
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ ismp-solidity-abi = { path = "./evm/abi", default-features = false }
simnode-tests = { path = "parachain/simtests" }
hyperclient = { path = "modules/hyperclient", default-features = false }
subxt-utils = { path = "modules/utils/subxt", default-features = false }
serde-hex-utils = { version = "0.1.1", path = "modules/utils/serde", default-features = false }
serde-hex-utils = { version = "0.1.0", path = "modules/utils/serde", default-features = false }

# consensus provers & verifiers
beefy-verifier-primitives = { path = "./modules/consensus/beefy/primitives", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion modules/ismp/pallets/hyperbridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-hyperbridge"
version = "1.15.2"
version = "1.15.1"
edition = "2021"
authors = ["Polytope Labs <[email protected]>"]
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions modules/ismp/pallets/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ hex-literal = { version = "0.3.3" }
jsonrpsee = { version = "0.23", features = ["client-core", "server", "macros"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.45"
tower = { version = "0.4.13", features = ["util"] }

ismp = { workspace = true, default-features = true }
pallet-ismp = { workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion modules/utils/serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-hex-utils"
version = "0.1.1"
version = "0.1.0"
edition = "2021"
authors = ["Polytope Labs <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 8028e84

Please sign in to comment.