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

chore: upgrade rust to 1.81 #2625

Merged
merged 1 commit into from
Jan 8, 2025
Merged

chore: upgrade rust to 1.81 #2625

merged 1 commit into from
Jan 8, 2025

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Jan 8, 2025

Description

cargo publish is currently not working in CI due to the following error:

error: failed to verify package tarball

Caused by:
  package `home v0.5.11` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.70.0

CI image was using rust 1.70. I verified that cargo publish --dry-run fails on 1.78.0 locally but when works after updating to version 1.83

   Compiling tokio-io-timeout v1.2.0
   Compiling tokio-stream v0.1.17
   Compiling h2 v0.3.26
   Compiling tower v0.4.13
   Compiling hyper v0.14.32
   Compiling hyper-timeout v0.4.1
   Compiling tonic v0.9.2
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.45s
   Uploading kurtosis-sdk v2.0.0 (/Users/tewodrosmitiku/craft/kurtosis/api/rust)
warning: aborting upload due to dry run

Is this change user facing?

NO

@tedim52 tedim52 requested a review from parithosh January 8, 2025 16:05
@tedim52 tedim52 enabled auto-merge January 8, 2025 16:09
@tedim52 tedim52 added this pull request to the merge queue Jan 8, 2025
Merged via the queue into main with commit 0819b8c Jan 8, 2025
61 checks passed
@tedim52 tedim52 deleted the tedi/rust-upgrade branch January 8, 2025 16:23
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.

3 participants