Skip to content

chore: add CI workflow, rust-toolchain, rustfmt - #47

Merged
ajianaz merged 1 commit into
developfrom
chore/phase0-ci-toolchain
Jun 6, 2026
Merged

chore: add CI workflow, rust-toolchain, rustfmt#47
ajianaz merged 1 commit into
developfrom
chore/phase0-ci-toolchain

Conversation

@ajianaz

@ajianaz ajianaz commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Completes Phase 0.

  • GitHub Actions CI: fmt, clippy, test, build (release)
  • rust-toolchain.toml: pin Rust 1.86 (MSRV for icu deps)
  • rustfmt.toml: edition 2024, max_width 100
  • Update workspace rust-version to 1.86

All checks pass locally: cargo fmt, cargo clippy, cargo test, cargo build --release.

Closes #3, Closes #4

- GitHub Actions CI: fmt, clippy, test, build (release)
- rust-toolchain.toml: pin Rust 1.86 (MSRV for icu deps)
- rustfmt.toml: edition 2024, max_width 100
- Update workspace rust-version to 1.86

Closes #3, Closes #4
@ajianaz
ajianaz merged commit 22cd71c into develop Jun 6, 2026
5 checks passed
@ajianaz
ajianaz deleted the chore/phase0-ci-toolchain branch June 6, 2026 00:46
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.

rust-toolchain.toml + rustfmt.toml CI: fmt + clippy + test + build workflow

1 participant