git.delta.rocks / unique-network / refs/commits / 247c0b0762fa

difftreelog

fix(build) use default-members instead of exclude

Daniel Shiposha2022-08-29parent: #b7be9a6.patch.diff
in: master

2 files changed

modifiedCargo.tomldiffbeforeafterboth
6 'client/*',6 'client/*',
7 'primitives/*',7 'primitives/*',
8 'crates/*',8 'crates/*',
9 'runtime/opal',
10 'runtime/quartz',
11 'runtime/unique',
9 'runtime/tests',12 'runtime/tests',
10]13]
11exclude = ["runtime/unique", "runtime/quartz"]14default-members = ['node/*', 'runtime/opal']
12[profile.release]15[profile.release]
13panic = 'unwind'16panic = 'unwind'
1417
modifiedruntime/common/config/xcm.rsdiffbeforeafterboth
192 );193 );
193194
194 Err(())195 Err(())
195 },196 }
196 None => Ok(())197 None => Ok(()),
197 }198 }
198 }199 }
199}200}