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
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5390,7 +5390,7 @@
 [[package]]
 name = "orml-vesting"
 version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#35cdbf2be055193974cc5b24f0c416b559c62ddc"
+source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#97ff860ba8b2bbd246e6c91395fb95fd89c2951f"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -12266,7 +12266,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
 dependencies = [
- "cfg-if 1.0.0",
+ "cfg-if 0.1.10",
  "digest 0.10.3",
  "rand 0.8.5",
  "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