Skip to content

build: pin enum-ordinalize to 4.3.2 in the AMM guest lockfile#214

Merged
0x-r4bbit merged 1 commit into
mainfrom
fix/amm-dep
Jul 3, 2026
Merged

build: pin enum-ordinalize to 4.3.2 in the AMM guest lockfile#214
0x-r4bbit merged 1 commit into
mainfrom
fix/amm-dep

Conversation

@0x-r4bbit

Copy link
Copy Markdown
Collaborator

The AMM guest lockfile had drifted to enum-ordinalize 4.4.1 (and enum-ordinalize-derive 4.4.1), both of which require rustc 1.89. The RISC Zero guest toolchain is 1.88.0-dev, so cargo +risc0 build --locked failed the "build programs" CI task:

error: rustc 1.88.0-dev is not supported by the following packages:
  enum-ordinalize@4.4.1 requires rustc 1.89
  enum-ordinalize-derive@4.4.1 requires rustc 1.89

enum-ordinalize is pulled in transitively via educe 0.6.0 (^4.3), so 4.3.2 satisfies the requirement and matches what every other guest lockfile already resolves to. Pin both crates back to 4.3.2.

The host workspace Cargo.lock keeps 4.4.1 — it builds on 1.94.0 per rust-toolchain.toml and is unaffected.

The AMM guest lockfile had drifted to enum-ordinalize 4.4.1 (and
enum-ordinalize-derive 4.4.1), both of which require rustc 1.89. The
RISC Zero guest toolchain is 1.88.0-dev, so `cargo +risc0 build
--locked` failed the "build programs" CI task:

    error: rustc 1.88.0-dev is not supported by the following packages:
      enum-ordinalize@4.4.1 requires rustc 1.89
      enum-ordinalize-derive@4.4.1 requires rustc 1.89

enum-ordinalize is pulled in transitively via educe 0.6.0 (^4.3), so
4.3.2 satisfies the requirement and matches what every other guest
lockfile already resolves to. Pin both crates back to 4.3.2.

The host workspace Cargo.lock keeps 4.4.1 — it builds on 1.94.0 per
rust-toolchain.toml and is unaffected.
@0x-r4bbit 0x-r4bbit requested review from 3esmit and gravityblast July 3, 2026 09:20
@0x-r4bbit 0x-r4bbit merged commit 4a6192d into main Jul 3, 2026
7 checks passed
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