-
Notifications
You must be signed in to change notification settings - Fork 173
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rust-lang/flate2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.32
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/flate2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.33
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 2 files changed
- 2 contributors
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
There are no files selected for viewing