Skip to content

Conversation

cgwalters
Copy link
Member

No description provided.

@cgwalters cgwalters force-pushed the release branch 2 times, most recently from 05883c3 to 6b0a94a Compare July 11, 2025 18:38
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This release updates the minimum supported Rust version, bumps the crate version, and ensures CI uses the updated toolchain and includes an apt update before installing dependencies.

  • Bump rust-version to 1.82 and crate version to 0.5.18 in Cargo.toml
  • Align CI’s ACTIONS_LINTS_TOOLCHAIN with Rust 1.82.0 and add an apt update step

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updated rust-version to "1.82" and version to "0.5.18"
.github/workflows/ci.yml Changed toolchain to 1.82.0 and prepended sudo apt update before installing protobuf-compiler
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:99

  • Add the '-y' flag to 'apt install' to ensure non-interactive installation in CI (e.g., 'sudo apt update && sudo apt install -y protobuf-compiler').
      - run: sudo apt update && sudo apt install protobuf-compiler

Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

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

lgtm

@cgwalters cgwalters merged commit 9641040 into main Jul 11, 2025
6 checks passed
@cgwalters cgwalters deleted the release branch July 11, 2025 20:06
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