Skip to content

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

Closed
pschugt wants to merge 1 commit into
opendevstack:masterfrom
pschugt:feat/rust-axum-maintenance-june-2026
Closed

feat: update cargo tools and version, replaced envy with config-rs#1163
pschugt wants to merge 1 commit into
opendevstack:masterfrom
pschugt: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

Tasks:

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

@pschugt pschugt requested a review from BraisVQ June 22, 2026 14:27
@pschugt pschugt closed this Jun 22, 2026
@pschugt pschugt deleted the feat/rust-axum-maintenance-june-2026 branch June 22, 2026 14:49
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

1 participant