git.delta.rocks / unique-network / refs/commits / 71e16e1f1a02

difftreelog

fix cargo references

Dev2022-06-21parent: #1f2f302.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
5390[[package]]5390[[package]]
5391name = "orml-vesting"5391name = "orml-vesting"
5392version = "0.4.1-dev"5392version = "0.4.1-dev"
5393source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#35cdbf2be055193974cc5b24f0c416b559c62ddc"5393source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#97ff860ba8b2bbd246e6c91395fb95fd89c2951f"
5394dependencies = [5394dependencies = [
5395 "frame-support",5395 "frame-support",
5396 "frame-system",5396 "frame-system",
12266source = "registry+https://github.com/rust-lang/crates.io-index"12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12267checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
12268dependencies = [12268dependencies = [
12269 "cfg-if 1.0.0",12269 "cfg-if 0.1.10",
12270 "digest 0.10.3",12270 "digest 0.10.3",
12271 "rand 0.8.5",12271 "rand 0.8.5",
12272 "static_assertions",12272 "static_assertions",
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
3333
34pallet-evm-coder-substrate = { path = '../../pallets/evm-coder-substrate' }34pallet-evm-coder-substrate = { path = '../../pallets/evm-coder-substrate' }
3535
36parity-scale-codec = "*"36parity-scale-codec = { version = "3.1.2", default-features = false, features = [
37 "derive",
38] }
37scale-info = "*"39scale-info = "*"
3840