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

difftreelog

Revert "Exclude unique and quartz runtimes from the workspace"

Daniel Shiposha2022-03-30parent: #455615d.patch.diff
in: master
This reverts commit 455615dd1d521d9b9c0d9dd5323c317bf85febf5.

1 file changed

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