Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sile
Copy link
Owner

@sile sile commented Nov 12, 2025

No description provided.

Copy link

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 PR modernizes the CI/CD infrastructure by updating GitHub Actions workflows to use current versions and adds automated release workflows for GitHub and crates.io publishing.

Key Changes:

  • Updated GitHub Actions checkout from v1 to v5 across all CI jobs
  • Replaced deprecated actions-rs/cargo@v1 with direct cargo commands
  • Added new release workflow for automated GitHub releases and crates.io publishing
  • Normalized Cargo.toml include array to use consistent double-quote formatting

Reviewed Changes

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

File Description
Cargo.toml Standardized include array formatting from mixed single/double quotes to consistent double quotes
.github/workflows/ci.yml Updated actions/checkout to v5 and replaced deprecated actions-rs/cargo with direct cargo commands
.github/workflows/release.yml New workflow for automated GitHub release creation and crates.io publishing on version tags

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sile sile merged commit 0ad63af into master Nov 12, 2025
38 checks passed
@sile sile deleted the update-github-actions branch November 12, 2025 00:33
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