git.delta.rocks / unique-network / refs/commits / 4d3db423a247

difftreelog

Merge pull request #326 from UniqueNetwork/feature/exclude-unique-and-quartz

kozyrevdev2022-03-31parents: #c801a90 #c12df15.patch.diff
in: master
Exclude unique and quartz runtimes from the workspace

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