-
Notifications
You must be signed in to change notification settings - Fork 176
Comparing changes
Open a pull request
base repository: rust-lang/flate2-rs
base: 1.0.31
head repository: rust-lang/flate2-rs
compare: 1.0.33
- 20 commits
- 5 files changed
- 5 contributors
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01c3f03 - Browse repository at this point
Copy the full SHA 01c3f03View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 079473d - Browse repository at this point
Copy the full SHA 079473dView commit details
Commits on Aug 13, 2024
-
Merge pull request #420 from oyvindln/update_miniz_oxide
update miniz_oxide dependency to 0.8.x
Configuration menu - View commit details
-
Copy full SHA for dc6cab4 - Browse repository at this point
Copy the full SHA dc6cab4View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af8bcdb - Browse repository at this point
Copy the full SHA af8bcdbView commit details -
Merge pull request #419 from Byron/maintenance-guide
update maintenance guide with recent news
Configuration menu - View commit details
-
Copy full SHA for 74b3c73 - Browse repository at this point
Copy the full SHA 74b3c73View commit details
Commits on Aug 18, 2024
-
Check minimal version of Rust that compiles
Specify a minimum version of the Rust compiler that successfully builds the crate. This allows us to be aware if the minimal version increases and to avoid issues such as #370 The minimum version is a best-effort measured value and is different to the MSRV which is a support guarantee. The minimum version can be incremented by a PR in order to pass tests, as long as the MSRV holds. When the minimum version increases, the next release should be a minor version, to allow any affected users to pin to a previous minor version.
Configuration menu - View commit details
-
Copy full SHA for 140b285 - Browse repository at this point
Copy the full SHA 140b285View commit details -
Merge pull request #421 from jongiddy/test-minimal-version
Check minimal version of Rust that compiles
Configuration menu - View commit details
-
Copy full SHA for d616177 - Browse repository at this point
Copy the full SHA d616177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b4a63 - Browse repository at this point
Copy the full SHA 35b4a63View commit details -
Merge pull request #422 from jongiddy/fix-main-ci
Remove non-existent build in CI
Configuration menu - View commit details
-
Copy full SHA for 5d1ecf6 - Browse repository at this point
Copy the full SHA 5d1ecf6View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0fdac5 - Browse repository at this point
Copy the full SHA d0fdac5View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6084e47 - Browse repository at this point
Copy the full SHA 6084e47View commit details -
Merge pull request #423 from crazymerlyn/memerror
Return error instead of packing on Z_MEM_ERROR
Configuration menu - View commit details
-
Copy full SHA for 367ec74 - Browse repository at this point
Copy the full SHA 367ec74View commit details
Commits on Aug 23, 2024
-
Fix msrv: Run msrv checks with minimal versions
Since it is possible to for dependencies to bump MSRV in patch release, msrv checking should use the minimal versions supported by flate2. Users cares deeply about msrv can also pin them to the minimal versions to maintain their current msrv. This would have also help discover bugs in #424
Configuration menu - View commit details
-
Copy full SHA for 387b9c6 - Browse repository at this point
Copy the full SHA 387b9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51da32 - Browse repository at this point
Copy the full SHA f51da32View commit details -
Configuration menu - View commit details
-
Copy full SHA for b332bac - Browse repository at this point
Copy the full SHA b332bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80fc1e5 - Browse repository at this point
Copy the full SHA 80fc1e5View commit details
Commits on Aug 24, 2024
-
increase minimal versions of
libz-ng-sys
andlibz-sys
to their la……test releases. That way, those compiling with `-Zminimal-versions` have higher chances of it to work. See GitoxideLabs/gitoxide#1541 for reference.
Configuration menu - View commit details
-
Copy full SHA for a5d38e8 - Browse repository at this point
Copy the full SHA a5d38e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c6907 - Browse repository at this point
Copy the full SHA 66c6907View commit details -
That way it should compile with minimal versions. Reason for this is the following: ```` error: package `cc v1.0.98` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.56.1 ```` Note that the expressed MSRV is still a lower one as it may work for some people that use different settings and/or configuration.
Configuration menu - View commit details
-
Copy full SHA for a2df1db - Browse repository at this point
Copy the full SHA a2df1dbView commit details -
Merge pull request #425 from NobodyXu/patch-1
Fix msrv: Run msrv checks with minimal versions
Configuration menu - View commit details
-
Copy full SHA for 50852c6 - Browse repository at this point
Copy the full SHA 50852c6View 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 1.0.31...1.0.33