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 480433c commit 59a7c30Copy full SHA for 59a7c30
.github/workflows/release.yml
@@ -136,8 +136,6 @@ jobs:
136
pattern: artifacts-*
137
path: target/distrib/
138
merge-multiple: true
139
- - name: Install cargo-auditable
140
- run: ${{ matrix.install_cargo_auditable.run }}
141
- name: Install dependencies
142
run: |
143
${{ matrix.packages_install }}
dist-workspace.toml
@@ -17,5 +17,3 @@ npm-scope = "@pomsky-lang"
17
install-path = "CARGO_HOME"
18
# Whether to install an updater program
19
install-updater = false
20
-# Whether to embed dependency information using cargo-auditable
21
-cargo-auditable = true
0 commit comments