squawk-cli 2.1.0 → 2.3.0
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -291,7 +291,7 @@ cargo xtask new-rule 'prefer big serial'
|
|
|
291
291
|
2. Run `s/update-version`
|
|
292
292
|
|
|
293
293
|
```bash
|
|
294
|
-
# update version in
|
|
294
|
+
# update version in squawk/Cargo.toml, package.json, flake.nix to 4.5.3
|
|
295
295
|
s/update-version 4.5.3
|
|
296
296
|
```
|
|
297
297
|
|