-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: zip-rs/zip2
base: v5.1.1
head repository: zip-rs/zip2
compare: v6.0.0
- 11 commits
- 8 files changed
- 6 contributors
Commits on Sep 11, 2025
-
chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#424)
Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version. - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc) - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1) --- updated-dependencies: - dependency-name: nt-time dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ab4a0e - Browse repository at this point
Copy the full SHA 0ab4a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f8a3c - Browse repository at this point
Copy the full SHA 74f8a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5987cdd - Browse repository at this point
Copy the full SHA 5987cddView commit details
Commits on Sep 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9cf28cb - Browse repository at this point
Copy the full SHA 9cf28cbView commit details
Commits on Sep 13, 2025
-
chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#427)
Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version. - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc) - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1) --- updated-dependencies: - dependency-name: nt-time dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ef4d3e - Browse repository at this point
Copy the full SHA 2ef4d3eView commit details
Commits on Sep 18, 2025
-
chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#428)
Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version. - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc) - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1) --- updated-dependencies: - dependency-name: nt-time dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 72cce40 - Browse repository at this point
Copy the full SHA 72cce40View commit details
Commits on Oct 8, 2025
-
chore(deps): update lzma-rust2 requirement from 0.13 to 0.14 (#432)
--- updated-dependencies: - dependency-name: lzma-rust2 dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d5d4ed - Browse repository at this point
Copy the full SHA 1d5d4edView commit details -
chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#429)
Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version. - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc) - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1) --- updated-dependencies: - dependency-name: nt-time dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 165415d - Browse repository at this point
Copy the full SHA 165415dView commit details
Commits on Oct 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 26e6e08 - Browse repository at this point
Copy the full SHA 26e6e08View commit details -
docs: Update zip_writer documentation example (#431)
* Update zip_writer documentation example Replace the fixed size buffer example with a dynamic Vec Since the buffer size was of fixed, size, the resulting zip file was always the same size, defeating the purpose of compression * Comment inside an example needs "/// //" Signed-off-by: Chris Hennick <[email protected]> --------- Signed-off-by: Chris Hennick <[email protected]> Co-authored-by: Chris Hennick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb1b586 - Browse repository at this point
Copy the full SHA eb1b586View commit details -
feat: Upgrade [Extended]FileOptions::add_extra_data() data from Box<[…
…u8]> to AsRef<[u8]> (#435) * Upgrade ExtendedFileOptions::add_extra_data() data from Box<[u8]> to AsRef<[u8]> Existing callers are unaffected but you can just give it slices now * Upgrade FileOptions::add_extra_data() data from Box<[u8]> to AsRef<[u8]> likewise * Build matrix coverage * fmt * Unsplit * Bump version to 6.0.0
Configuration menu - View commit details
-
Copy full SHA for abfc23d - Browse repository at this point
Copy the full SHA abfc23dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.1.1...v6.0.0