Skip to content

Fix CI#17

Merged
AS1100K merged 1 commit intomasterfrom
fix-ci-msrv
Oct 2, 2025
Merged

Fix CI#17
AS1100K merged 1 commit intomasterfrom
fix-ci-msrv

Conversation

@AS1100K
Copy link
Copy Markdown
Owner

@AS1100K AS1100K commented Oct 2, 2025

This pull request introduces a conditional step to the test.sh script to address Minimum Supported Rust Version (MSRV) conflicts when running tests with the pastey-test-suite crate. Specifically, it ensures that certain dependencies are set to precise versions if the script is invoked with Rust version 1.56.0.

Dependency version management:

  • In test.sh, added a conditional block to set the quote and glob package versions to 1.0.40 and 0.3.2 respectively when the script argument is 1.56.0, helping avoid MSRV conflicts.

@AS1100K AS1100K merged commit fc9d74a into master Oct 2, 2025
17 checks passed
@AS1100K AS1100K deleted the fix-ci-msrv branch October 2, 2025 17:45
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.

1 participant