Skip to content

chore: bump pinned Rust toolchain to 1.94.1#648

Merged
xdustinface merged 1 commit intov0.42-devfrom
chore/bump-rust-toolchain-1-94-1
Apr 17, 2026
Merged

chore: bump pinned Rust toolchain to 1.94.1#648
xdustinface merged 1 commit intov0.42-devfrom
chore/bump-rust-toolchain-1-94-1

Conversation

@xdustinface
Copy link
Copy Markdown
Collaborator

1.94.1 is the latest stable release.

The stricter unused-import detection in 1.94.1 flags use std::error::Error as StdError; in dash/src/lib.rs as unused under default features, since its only consumers in dash::consensus::serde are gated on #[cfg(feature = "serde")].

`1.94.1` is the latest stable release.

The stricter unused-import detection in `1.94.1` flags `use std::error::Error as StdError;` in `dash/src/lib.rs` as unused under default features, since its only consumers in `dash::consensus::serde` are gated on `#[cfg(feature = "serde")]`.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 15, 2026

Warning

Rate limit exceeded

@xdustinface has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 49 minutes and 41 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 49 minutes and 41 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 9dcbd469-fcb6-4f68-8f9e-963a6e2b2b8d

📥 Commits

Reviewing files that changed from the base of the PR and between d4ff050 and 7e8ba41.

📒 Files selected for processing (2)
  • dash/src/lib.rs
  • rust-toolchain.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-rust-toolchain-1-94-1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.91%. Comparing base (2ff1f05) to head (7e8ba41).
⚠️ Report is 7 commits behind head on v0.42-dev.

Additional details and impacted files
@@              Coverage Diff              @@
##           v0.42-dev     #648      +/-   ##
=============================================
- Coverage      67.91%   67.91%   -0.01%     
=============================================
  Files            318      318              
  Lines          67829    67534     -295     
=============================================
- Hits           46069    45863     -206     
+ Misses         21760    21671      -89     
Flag Coverage Δ
core 75.54% <ø> (+0.32%) ⬆️
ffi 37.53% <ø> (-1.71%) ⬇️
rpc 20.00% <ø> (+<0.01%) ⬆️
spv 85.83% <ø> (+0.61%) ⬆️
wallet 67.79% <ø> (+0.17%) ⬆️
see 110 files with indirect coverage changes

@xdustinface xdustinface requested a review from ZocoLini April 15, 2026 22:50
@xdustinface xdustinface merged commit e15ea34 into v0.42-dev Apr 17, 2026
35 checks passed
@xdustinface xdustinface deleted the chore/bump-rust-toolchain-1-94-1 branch April 17, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants