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 c54e3a3 commit 438171cCopy full SHA for 438171c
.github/workflows/check.yml
@@ -19,4 +19,5 @@ jobs:
19
steps:
20
- run: gh issue create --title "Time to update to Rust" --body "Build update for next version of Rust" --label "enhancement" -R $GITHUB_REPOSITORY
21
env:
22
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
23
+
.gitignore
@@ -1,4 +1,4 @@
1
tests/test-*/test-out.log
2
target
3
.DS_Store
4
-.vscode
+.vscode
latest.sh
@@ -12,4 +12,4 @@ DEFAULT=$(rustup show | grep -m 1 default | grep -E "[0-9]+\.[0-9]+\.[0-9]+" -o)
12
13
if [ "${STABLE}" == "${DEFAULT}" ]; then exit 0
14
else exit 1
15
-fi
+fi
0 commit comments