Skip to content

feat: update cargo tools and version, replaced envy with config-rs#1164

Merged
BraisVQ merged 1 commit into
masterfrom
feat/rust-axum-maintenance-june-2026
Jun 30, 2026
Merged

feat: update cargo tools and version, replaced envy with config-rs#1164
BraisVQ merged 1 commit into
masterfrom
feat/rust-axum-maintenance-june-2026

Conversation

@pschugt

@pschugt pschugt commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Tooling Upgrades: Updated global and CI cargo tools to their latest stable versions.

  • Rust: Upgraded to stable version 1.96.0.
  • cargo-deny: Upgraded to version 0.19.9
  • cargo-nextest: Upgraded to version 0.9.138
  • cargo-llvm: Upgraded version to 0.8.7
  • cargo-generate: Upgraded version to 0.23.12

Configuration Migration: Replaced envy with config (config-rs).
Provides support for layered configuration with strong support for 12-factor applications and offers better flexibility for complex data structures and stronger type safety.

rust-toolchain.yaml update :
Configures the default profile to include standard developer tooling.
Explicitly bundles rustfmt, clippy, and rust-analyzer to ensure editors (Zed, etc.) use the correct toolchain for analysis rather than falling back to system defaults.

Closes #1162
Fixes #...

Tasks:

  • Updated documentation in docs/modules/... directory
  • Ran tests in <quickstarter>/testdata directory

@pschugt pschugt requested a review from BraisVQ June 22, 2026 14:52

@gerardcl gerardcl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🦀

@BraisVQ BraisVQ merged commit f79feb6 into master Jun 30, 2026
40 of 41 checks passed
@BraisVQ BraisVQ deleted the feat/rust-axum-maintenance-june-2026 branch June 30, 2026 12:28
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 Axum Quickstarter June 2026 updates

3 participants