Skip to content

Commit

Permalink
fix pallet-ismp-rpc publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Oct 15, 2024
1 parent 245950a commit a455d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

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

0 comments on commit a455d10

Please sign in to comment.