@zackees/soldr 0.8.23 → 0.8.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -207,6 +207,7 @@ soldr nextest run # == soldr cargo nextest run
|
|
|
207
207
|
soldr maturin build --release
|
|
208
208
|
soldr cargo-dylint check
|
|
209
209
|
soldr rustfmt src/main.rs
|
|
210
|
+
soldr dylint cook --workspace --all-targets # exact-nightly dependency warmup
|
|
210
211
|
```
|
|
211
212
|
|
|
212
213
|
Rustfmt still runs through Soldr. Recursive invocations always execute the real
|