chore(deps): bump cc from 1.2.62 to 1.2.64#585
Merged
Conversation
|
PR author is in the excluded authors list. |
andymai
added a commit
that referenced
this pull request
Jun 13, 2026
## Summary Rust 1.96.0's clippy promoted `clippy::suboptimal_flops` to fire on the single-pole IIR smoothing step in `mouth_from_audio.rs`, which broke the **Host (core + sim + drivers)** CI gate on `main`. Because that gate is red on `main`, every open PR inherits the failure — all four open dependabot PRs (#586, #585, #584, #551) are blocked solely by this. Clippy suggests `f32::mul_add`, but that lowers to `libm::fmaf` on the no_std Xtensa target — exactly the dependency this module is engineered to avoid (it sits beside the libm-free `one_minus_exp_approx` approximation). This matches the standing decision already documented in `head_from_attention` and `lost_target_search`, so the fix `#[allow]`s the lint with the same rationale rather than taking clippy's suggestion. ## Test plan - `just check` — fmt + workspace clippy (`-D warnings`) + host tests all green locally - `cargo clippy -p stackchan-core --all-targets --all-features -- -D warnings` passes
Owner
|
@dependabot rebase |
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.62 to 1.2.64. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.62...cc-v1.2.64) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.63 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
53d3efc to
f04aa19
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps cc from 1.2.62 to 1.2.64.
Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
f0c8998chore(cc): release v1.2.64 (#1757)1cb49a7Add more bare-metal 32-bit Arm support (#1753)44212e0Bump actions/checkout from 6.0.2 to 6.0.3 (#1751)9c81f5dRemove unnecessary clone (#1748)a2bcb6eUpdate rusqlite requirement from 0.39.0 to 0.40.0 (#1744)b2e811eAdd default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targe...b49589achore(cc): release v1.2.63 (#1740)71a5688Update shlex requirement from 1.3.0 to 2.0.1 (#1736)6361640Bump release-plz/action from 0.5.128 to 0.5.129 (#1728)225326aBump taiki-e/install-action from 2.75.28 to 2.77.6 (#1729)