From eac5ebb2ae42ae05276fa251ffd2cda36abe4cf9 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Mon, 13 Feb 2023 21:02:26 +0100 Subject: [PATCH] Fix: Use acceptable crate name (lowercase) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04f8bef..981eb40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: shell: bash # Test with creating a small project - - run: cargo init . --bin --name CI + - run: cargo init . --bin --name ci # Add tiny empty crate. # This checks that registry access works. - run: cargo add serde_as