We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee7133 commit eac5ebbCopy full SHA for eac5ebb
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash
54
55
# Test with creating a small project
56
- - run: cargo init . --bin --name CI
+ - run: cargo init . --bin --name ci
57
# Add tiny empty crate.
58
# This checks that registry access works.
59
- run: cargo add serde_as
0 commit comments