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
Create a file that pins the used Rust toolchain to a specific version.
This isn't super useful as this is a library crate and consumers won't
see any effect from this file, but it will prevent the examples from
breaking due to changes in newer versions. It also helps prevent
warnings when checking out older commits, as the toolchain version is
now pinned in every commit.
0 commit comments