Fix: Use acceptable crate name (lowercase)

This commit is contained in:
Jonas Bushart 2023-02-13 21:02:26 +01:00
parent aee7133b58
commit eac5ebb2ae
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
shell: bash shell: bash
# Test with creating a small project # Test with creating a small project
- run: cargo init . --bin --name CI - run: cargo init . --bin --name ci
# Add tiny empty crate. # Add tiny empty crate.
# This checks that registry access works. # This checks that registry access works.
- run: cargo add serde_as - run: cargo add serde_as