Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Rust Cache invalid key warning (#59)
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.
- Loading branch information