Skip to content

Commit

Permalink
[POLICIES] Update MSRV policy: multiple crate deps (#1811)
Browse files Browse the repository at this point in the history
Previously, we incorrectly stated that syn was the only dependency of
zerocopy-derive.
  • Loading branch information
joshlf authored Oct 3, 2024
1 parent 5bba5f9 commit a669cdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions POLICIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ will only increase our MSRV during semver-breaking version changes (e.g., 0.1 ->
0.2, 1.0 -> 2.0, etc).

For zerocopy with the `derive` feature enabled, and for the zerocopy-derive
crate, we inherit the MSRV of our sole external dependency, syn. As of this
writing (2024-07-02), syn does *not* consider MSRV increases to be
semver-breaking changes. Thus, using the `derive` feature may result in the
effective MSRV increasing within a semver version train.
crate, we inherit the maximum MSRV any of our dependencies. As of this writing
(2024-10-03), at least one dependency (syn) does *not* consider MSRV increases
to be semver-breaking changes. Thus, using the `derive` feature may result in
the effective MSRV increasing within a semver version train.

## Yanking

Expand Down

0 comments on commit a669cdd

Please sign in to comment.