Skip to content

fix(ci): support Rust 1.98 clippy - #78

Merged
jiunbae merged 1 commit into
mainfrom
fix/rust-1-98-clippy
Aug 20, 2026
Merged

fix(ci): support Rust 1.98 clippy#78
jiunbae merged 1 commit into
mainfrom
fix/rust-1-98-clippy

Conversation

@jiunbae

@jiunbae jiunbae commented Aug 20, 2026

Copy link
Copy Markdown
Member

Summary

  • allow the Rust 1.98 name for the intentionally async AskStore::load API while retaining compatibility with older toolchains
  • remove a test-only import that became redundant under Rust 1.98
  • use fixed-size byte chunks when decoding relay attach tokens

Why

The post-merge main CI run for #77 picked up Rust 1.98 and failed on newly enabled Clippy lints, although the PR run had passed on Rust 1.96. This keeps main green across the project MSRV and current stable.

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --locked -- -D warnings (Rust 1.96)
  • cargo +1.98.0 fmt --all -- --check
  • cargo +1.98.0 clippy --workspace --all-targets --locked -- -D warnings
  • cargo +1.88.0 check --workspace --locked
  • cargo build --workspace --bins --locked && cargo test --workspace --locked

@jiunbae
jiunbae merged commit f98b7e2 into main Aug 20, 2026
5 checks passed
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.

1 participant