Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(toml): Don't require MSRV bump for pub/priv
In #13308, we decided to make the feature gate for public/private dependencies non-blocking. Generally, people opt-in to a feature that is non-blocking through `-Z` but some nightly users want an "always on" mode for this, so we offered both in #13340. In #13340, we made both feature gates work but we did not make them non-blocking for stable, only nightly. This change makes the feature gate non-blocking on stable.
- Loading branch information