v0.24.1
What's Changed
A couple of minor tweaks:
- If configured to use a
git
cargo index, and the index directory doesn't exist — create it and continue. - Treat
--features=""
as a no-op feature. Same for--current-features
and--baseline-features
.
Thanks to @Jake-Shadle for quickly pushing an update to tame-index
to fix the git
index issue, and to @HadrienG2 for contributing the --features=""
change.
All Merged PRs
- Weekly
cargo update
of dependencies by @obi1kenobi in #553 - Weekly
cargo update
of dependencies by @obi1kenobi in #555 - Create FUNDING.yml by @obi1kenobi in #556
- Use sccache for GitHub Actions CI. by @obi1kenobi in #557
- Manually create the git index directory. by @obi1kenobi in #560
- Print sccache statistics after binary builds. by @obi1kenobi in #559
- Create git index directory in Windows CI run as a workaround. by @obi1kenobi in #562
- Use
actions/checkout@v4
andactions-rust-lang/setup-rust-toolchain@v1
. by @obi1kenobi in #558 - Pull in fix for missing index directory bug. by @obi1kenobi in #563
- Treat an empty features string as a no-op like Cargo does by @HadrienG2 in #566
- Weekly
cargo update
of dependencies by @obi1kenobi in #568 - Release v0.24.1. by @obi1kenobi in #567
New Contributors
- @HadrienG2 made their first contribution in #566
Full Changelog: v0.24.0...v0.24.1