aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r--src/tests/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml
index a8d75c8..15e8d64 100644
--- a/src/tests/Cargo.toml
+++ b/src/tests/Cargo.toml
@@ -1,12 +1,12 @@
[workspace]
resolver = "2"
members = [
+ "example_sets",
+ "example_stack",
"aoc-2021-09",
"aoc-2022-08",
"aoc-2022-09",
"aoc-2022-14",
- "example_sets",
- "example_stack",
"prime_sieve"
]