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
The `Swatinem/rust-cache` GitHub action does not support commas
in its cache key, but we use the Cargo feature set (which can have commas)
as part of the cache key. This commit hashes the feature set to avoid this
problem.
0 commit comments