From 9adbfb5c3051a5a0a3377c6c1bf2331ab9009f02 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Fri, 1 Mar 2024 13:40:34 +0000 Subject: fix names of aoc crates --- src/tests/aoc_2022_14/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/aoc_2022_14') 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" -- cgit v1.2.3