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

difftreelog

Exclude unique and quartz runtimes from the workspace

Daniel Shiposha2022-03-30parent: #c801a90.patch.diff
in: master

1 file changed

modifiedCargo.tomldiffbeforeafterboth
5 'pallets/*',5 'pallets/*',
6 'client/*',6 'client/*',
7 'primitives/*',7 'primitives/*',
8 'runtime/*',
9 'crates/*',8 'crates/*',
10]9]
10exclude = [
11 "runtime/unique",
12 "runtime/quartz"
13]
11[profile.release]14[profile.release]
12panic = 'unwind'15panic = 'unwind'
1316