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 bed0cfd commit b429107Copy full SHA for b429107
.github/workflows/publish.yaml
@@ -46,6 +46,7 @@ jobs:
46
static.crates.io:443
47
static.rust-lang.org:443
48
uploads.github.com:443
49
+ release-assets.githubusercontent.com:443
50
51
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
52
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
@@ -153,7 +154,8 @@ jobs:
153
154
api.github.com:443
155
github.com:443
156
- static.rust-lang.org:443
157
+ static.rust-lang.org:443
158
159
160
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
161
with:
0 commit comments