diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-01 13:40:34 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-01 13:40:34 +0000 |
commit | 9adbfb5c3051a5a0a3377c6c1bf2331ab9009f02 (patch) | |
tree | 106f8d05ac5600072dd7d907134f88975113d35c /src | |
parent | 05bdf04b1f809cd5f4187c44d27124c3806cfbe2 (diff) |
fix names of aoc crates
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/aoc_2021_09/Cargo.toml | 2 | ||||
-rw-r--r-- | src/tests/aoc_2022_08/Cargo.toml | 2 | ||||
-rw-r--r-- | src/tests/aoc_2022_09/Cargo.toml | 2 | ||||
-rw-r--r-- | src/tests/aoc_2022_14/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/aoc_2021_09/Cargo.toml b/src/tests/aoc_2021_09/Cargo.toml index 49da8bb..be7eda4 100644 --- a/src/tests/aoc_2021_09/Cargo.toml +++ b/src/tests/aoc_2021_09/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aoc-2021-09" +name = "aoc_2021_09" version = "0.1.0" edition = "2021" diff --git a/src/tests/aoc_2022_08/Cargo.toml b/src/tests/aoc_2022_08/Cargo.toml index 449bbdb..2837c59 100644 --- a/src/tests/aoc_2022_08/Cargo.toml +++ b/src/tests/aoc_2022_08/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aoc-2022-08" +name = "aoc_2022_08" version = "0.1.0" edition = "2021" diff --git a/src/tests/aoc_2022_09/Cargo.toml b/src/tests/aoc_2022_09/Cargo.toml index f806c9c..f886392 100644 --- a/src/tests/aoc_2022_09/Cargo.toml +++ b/src/tests/aoc_2022_09/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aoc-2022-09" +name = "aoc_2022_09" version = "0.1.0" edition = "2021" diff --git a/src/tests/aoc_2022_14/Cargo.toml b/src/tests/aoc_2022_14/Cargo.toml index b8c00f5..f350c11 100644 --- a/src/tests/aoc_2022_14/Cargo.toml +++ b/src/tests/aoc_2022_14/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aoc-2022-14" +name = "aoc_2022_14" version = "0.1.0" edition = "2021" |