Skip to content

Commit

Permalink
set version (#218)
Browse files Browse the repository at this point in the history
Add back the version here this is required for deployment
  • Loading branch information
pgherveou authored Nov 16, 2023
1 parent a067fc7 commit 2410dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jsonrpsee = { workspace = true }
futures = { workspace = true }

# Local
contracts-parachain-runtime = { path = "../parachain-runtime" }
contracts-node-runtime = { path = "../runtime" }
contracts-parachain-runtime = { path = "../parachain-runtime", version = "0.35.0" }
contracts-node-runtime = { path = "../runtime", version = "0.35.0" }

# Substrate
frame-benchmarking = { workspace = true }
Expand Down

0 comments on commit 2410dd3

Please sign in to comment.