You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: disable the unsafe-pinned feature in the MSRV workflow
The MSRV only holds when crate-unstable features aren't used.
`unsafe-pinned` is an unstable feature as mentioned in the README, but
it hasn't been disabled for this test (that's because it didn't trigger
before, since there was no stable version containing the feature).
Signed-off-by: Benno Lossin <[email protected]>
0 commit comments