Skip to content

Conversation

@tedim52
Copy link
Collaborator

@tedim52 tedim52 commented Oct 31, 2025

Description

Old rust version was causing rust sdk publish step to fail due to:

error: failed to parse manifest at /home/circleci/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.12/Cargo.toml 

Caused by: feature edition2024 is required 

The package requires the Cargo feature called edition2024, but that feature is not stabilized in this version of Cargo (1.81.0 (2dbb1af80 2024-08-20)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.

I reproduced this issue locally running rust 1.81 and verified that upgrading to 1.88 fixes the issue using a local cargo build and cargo publish --dry-run.

@tedim52 tedim52 merged commit 80c41d8 into main Oct 31, 2025
51 checks passed
@tedim52 tedim52 deleted the tedi/rustci branch October 31, 2025 19:20
github-merge-queue bot pushed a commit that referenced this pull request Oct 31, 2025
🤖 I have created a release *beep* *boop*
---


##
[1.12.1](1.12.0...1.12.1)
(2025-10-31)


### Bug Fixes

* **ci:** upgrade rust to 1.88
([#2823](#2823))
([80c41d8](80c41d8))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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