Skip to content

Commit 9cb8993

Browse files
committed
Bump version to 0.5.0, update dependencies, and pin Rust 1.91 in CI
- Update all crate dependencies to latest compatible versions (46 packages) - Sync package version to 0.5.0 across Cargo.toml, VERSION, and Helm charts - Pin CI workflow to Rust 1.91 for consistent builds
1 parent 44cab02 commit 9cb8993

File tree

6 files changed

+115
-100
lines changed

6 files changed

+115
-100
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: Set up Rust
13-
uses: dtolnay/rust-toolchain@stable
13+
uses: dtolnay/rust-toolchain@1.91
1414
with:
1515
components: rustfmt, clippy
1616

0 commit comments

Comments
 (0)