git.delta.rocks / unique-network / refs/commits / 479665798928

difftreelog

remove: polkadot hack substitute

Daniel Shiposha2022-08-12parent: #6b6d736.patch.diff
in: master

1 file changed

modifiedCargo.tomldiffbeforeafterboth
after · Cargo.toml
1[workspace]2resolver = "2"3members = [4    'node/*',5    'pallets/*',6    'client/*',7    'primitives/*',8    'crates/*',9    'runtime/tests',10]11exclude = ["runtime/unique", "runtime/quartz"]12[profile.release]13panic = 'unwind'1415[patch.crates-io]16jsonrpsee = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }17jsonrpsee-types = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }18jsonrpsee-core = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }