Skip to content

Commit

Permalink
still fixing dependency issues
Browse files Browse the repository at this point in the history
Former-commit-id: fcd4c1a27857e24d987ae40b577e9427b2edd16e
  • Loading branch information
MrishoLukamba committed Nov 9, 2023
1 parent 165298a commit dd0a777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/vane-container-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ vane-xcm = {version = "1.0.0-dev", default-features = false, path ="../../palle
vane-primitive = { version = "1.0.0-dev", default-features = false, path ="../../primitive/vane-primitive"}



# Tanssi
tp-consensus = { git = "https://github.com/moondance-labs/tanssi", branch = "master", default-features = false }
nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.1.0", default-features = false }
Expand Down
3 changes: 3 additions & 0 deletions runtime/vane-container-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ pub mod opaque {
pub type BlockId = generic::BlockId<Block>;
}

impl_opaque_keys! {
pub struct SessionKeys { }
}


#[sp_version::runtime_version]
Expand Down

0 comments on commit dd0a777

Please sign in to comment.