Skip to content

Commit

Permalink
update root toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Jan 13, 2025
1 parent c1e7160 commit ff8e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ grandpa-prover = { path = "./modules/consensus/grandpa/prover" }
# consensus clients
ismp-bsc = { path = "./modules/ismp/clients/bsc", default-features = false }
ismp-grandpa = { version = "15.0.0", path = "./modules/ismp/clients/grandpa", default-features = false }
ismp-parachain = { version = "15.0.0", path = "./modules/ismp/clients/parachain/client", default-features = false }
ismp-parachain = { version = "15.0.1", path = "./modules/ismp/clients/parachain/client", default-features = false }
ismp-parachain-inherent = { version = "15.0.0", path = "./modules/ismp/clients/parachain/inherent" }
ismp-parachain-runtime-api = { version = "15.0.0", path = "./modules/ismp/clients/parachain/runtime-api", default-features = false }
ismp-sync-committee = { path = "./modules/ismp/clients/sync-committee", default-features = false }
Expand Down

0 comments on commit ff8e062

Please sign in to comment.