Skip to content

Update Rust toolchain to 1.95 - #130

Merged
adampetro merged 1 commit into
mainfrom
ap.rust-1.95
Aug 10, 2026
Merged

Update Rust toolchain to 1.95#130
adampetro merged 1 commit into
mainfrom
ap.rust-1.95

Conversation

@adampetro

Copy link
Copy Markdown
Contributor

Summary

  • This change updates the development toolchain to Rust 1.95.0.
  • All published crates declare Rust 1.88 as the minimum supported Rust version.
  • CI checks all targets and features with Rust 1.88.0.
  • The code fixes the compiler and Clippy warnings from Rust 1.95.
  • The dependency update removes the obsolete unicode-segmentation version limit.
  • The diagnostic snapshots include the Rust 1.95 output format.
  • This change does not update trybuild.

Verification

  • cargo +1.88.0 check --workspace --all-targets --all-features
  • cargo fmt --all --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features
  • cargo build --release --all-features
  • cargo build --release --examples --all-features
  • cargo build --profile shopify-function --target wasm32-wasip1 --example shopify_function -p bluejay-typegen

Assisted-By: devx/1d181ca2-8339-4866-b827-7ef7bfb0183f
@adampetro
adampetro requested a review from swalkinshaw August 10, 2026 18:12
@adampetro
adampetro merged commit 0f23986 into main Aug 10, 2026
5 checks passed
@adampetro
adampetro deleted the ap.rust-1.95 branch August 10, 2026 18:19
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