Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
change fork version to 0.9.34
  • Loading branch information
maciejnems committed Feb 17, 2023
commit 250eae730e4fe7db049b714df2029f2d1d2f41a2
590 changes: 275 additions & 315 deletions Cargo.lock

Large diffs are not rendered by default.

738 changes: 514 additions & 224 deletions aleph-client/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions aleph-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ subxt = "0.25.0"
futures = "0.3.25"
serde = { version = "1.0", features = ["derive"] }

frame-support = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.33" }
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.33" }
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.33" }
frame-support = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "wip-v0.9.34" }
primitives = { path = "../primitives" }

[dev-dependencies]
Expand Down
Loading