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 93fadae commit d3e9ce0Copy full SHA for d3e9ce0
.github/workflows/rust.yml
@@ -133,7 +133,7 @@ jobs:
133
run: cargo doc --no-deps --target=wasm32-unknown-unknown
134
135
- name: Package (publish)
136
- run: cargo publish --dry-run --target=wasm32-unknown-unknown
+ run: cargo publish --dry-run --target=wasm32-unknown-unknown --allow-dirty
137
138
nightly:
139
runs-on: ubuntu-latest
@@ -189,7 +189,7 @@ jobs:
189
190
191
192
193
194
outdated:
195
0 commit comments