cargo: adapt workspace wildcards
This commit is contained in:
parent
6bb234ee6a
commit
21ebbbfcc4
|
@ -1,5 +1,5 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["aoc*", "aoc*/aoc*_bench"]
|
members = ["aoc20*", "aoc20*/aoc20*_bench"]
|
||||||
|
|
||||||
default-members = ["aoc2021"]
|
default-members = ["aoc2021"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue