squawk-cli 2.0.0__py3-none-win32.whl → 2.2.0__py3-none-win32.whl
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.
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: squawk-cli
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.2.0
|
4
4
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
5
5
|
Classifier: Operating System :: MacOS
|
6
6
|
Classifier: Operating System :: Microsoft :: Windows
|
@@ -295,10 +295,10 @@ $ nix develop
|
|
295
295
|
|
296
296
|
### Adding a New Rule
|
297
297
|
|
298
|
-
When adding a new rule,
|
298
|
+
When adding a new rule, running `cargo xtask new-rule` will create stubs for your rule in the Rust crate and in Documentation site.
|
299
299
|
|
300
300
|
```bash
|
301
|
-
|
301
|
+
cargo xtask new-rule 'prefer big serial'
|
302
302
|
```
|
303
303
|
|
304
304
|
### Releasing a New Version
|
@@ -0,0 +1,4 @@
|
|
1
|
+
squawk_cli-2.2.0.data/scripts/squawk.exe,sha256=D84mMzDLuEp4c6C0b7tBCXcZn4jn8RFL6r3xu_YdTuA,5256192
|
2
|
+
squawk_cli-2.2.0.dist-info/METADATA,sha256=fcZGEoqUVPIbFKLRyRLjBYucPKlPtG7-RygvzjsWM2M,10748
|
3
|
+
squawk_cli-2.2.0.dist-info/WHEEL,sha256=CATKazm5fKVnThnYmUnloCpX_63S1v_LVFdXsLzs1p0,89
|
4
|
+
squawk_cli-2.2.0.dist-info/RECORD,,
|
@@ -1,4 +0,0 @@
|
|
1
|
-
squawk_cli-2.0.0.dist-info/METADATA,sha256=Pek9sSEx-l5auGqOK15tAX8eWiFoKvQmExYBOcej3Qw,10721
|
2
|
-
squawk_cli-2.0.0.dist-info/WHEEL,sha256=ncTSz51DuxfCgsoJEy2rwIP9sIMR7vRvrAR--9iM_a4,89
|
3
|
-
squawk_cli-2.0.0.data/scripts/squawk.exe,sha256=cvrG6rGxA1DrZy5enLnrgkWLQ4NWOeG63uJxdcbrGqc,5244928
|
4
|
-
squawk_cli-2.0.0.dist-info/RECORD,,
|