Skip to content

Commit a669cdd

Browse files
authored
[POLICIES] Update MSRV policy: multiple crate deps (#1811)
Previously, we incorrectly stated that syn was the only dependency of zerocopy-derive.
1 parent 5bba5f9 commit a669cdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

POLICIES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ will only increase our MSRV during semver-breaking version changes (e.g., 0.1 ->
100100
0.2, 1.0 -> 2.0, etc).
101101

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

108108
## Yanking
109109

0 commit comments

Comments
 (0)