Commit graph

9 commits

Author SHA1 Message Date
Alexander Zaitsev
a06b947ec5
feat: bump MSRV
- bump MSRV in CI
2022-10-13 13:02:31 +03:00
Dirk Stolle
e78a51bdd5 bump MSRV to 1.57 2022-05-01 00:48:56 +02:00
Nick Babcock
b7966a8538 Add read fuzzing module
As someone who has personal projects that take untrusted zips as input,
it is important to me to be able to fuzz the zip project to simulate
possible inputs and to ensure the projects are not vulnerable.

This commit adds a cargo fuzz module for reading and extracting input.

The `fuzz` directory was scaffolded with a `cargo fuzz init`

I added a CI step to guard against the fuzz module decaying over time.
2022-04-25 20:08:53 -05:00
Alexander Zaitsev
a5ae0bbe64 feat: add Clippy to CI
- enable Clippy on CI

Tested:
- No
2022-01-23 19:02:57 +03:00
Alexander Zaitsev
2f1630e2b2 feat: bump MSRV
- update MSRV to 1.54 according to the policy. Seems like it needed for
  building dependencies properly
- update CI

Tested:
- No
2022-01-22 15:25:35 +03:00
Marli Frost
465e7cebd6
fix: update CI to MSRV 1.36.0
*I could've sworn I did this already*
2021-04-19 12:32:20 +01:00
dependabot-preview[bot]
cbe9172e56
Create Dependabot config file 2020-06-26 15:44:58 +00:00
Marli Frost
6e652446dd feat: define the crate's MSRV 2020-06-23 15:48:50 +01:00
Ryan Levick
f78e651aa6 Move to GitHub Actions 2020-06-15 14:41:48 +02:00