@zackees/soldr 0.8.24 → 0.8.26

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zackees/soldr",
3
- "version": "0.8.24",
3
+ "version": "0.8.26",
4
4
  "description": "Instant Rust tools and builds from one command.",
5
5
  "license": "BSD-3-Clause",
6
6
  "homepage": "https://github.com/zackees/soldr",