Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Set Rust version in CI to stable, not hardcoded #978

Merged
merged 1 commit into from Mar 12, 2024

Conversation

philippemnoel
Copy link
Collaborator

Ticket(s) Closed

  • Closes #

What

This happened after Ming's recent PR: https://github.com/paradedb/paradedb/actions/runs/8237670576/job/22526929890

It turns out that in two places in our CI we still had v1.73.0 hardcoded for Rust, which we had initially hardcoded due to being based on an outdated version of Tantivy. This is no longer the case, and we can specify stable instead, which will keep us up-to-date and avoid version issues like this one.

Why

How

Tests

@rebasedming rebasedming merged commit a216577 into dev Mar 12, 2024
12 checks passed
@rebasedming rebasedming deleted the phil/rust-version branch March 12, 2024 15:25
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.

None yet

2 participants