You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building 1.27.0, we get the following failure:
Installing nixpacks v1.27.0 (/Users/jacob/pkgx/pantry/builds/nixpacks.com-1.27.0)
Updating crates.io index
error: failed to compile `nixpacks v1.27.0 (/Users/jacob/pkgx/pantry/builds/nixpacks.com-1.27.0)`, intermediate artifacts can be found at `/Users/jacob/pkgx/pantry/builds/nixpacks.com-1.27.0/target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:
failed to selecta version for the requirement `cargo_toml = "^0.13.0"`
candidate versions found which didn't match: 0.20.4, 0.20.3, 0.20.2, ... location searched: crates.io index required by package `nixpacks v1.27.0 (/Users/jacob/pkgx/pantry/builds/nixpacks.com-1.27.0)` if you are looking for the prerelease package it needs to be specified explicitly cargo_toml = { version = "0.19.0-beta.1" }
Is there an existing issue for this?
Describe the bug
When building 1.27.0, we get the following failure:
sed -i 's/cargo_toml = "0.13.0"/cargo_toml = "0.14.0"/' Cargo.toml
restores build functionality.To reproduce
Attempt to
cargo install --path=.
for 1.27.0. (providing --locked runs into different errors withproc-macro2
).Expected behavior
Successful build!
Environment
darwin/aarch64, building under
pkgx
, nixpacks 1.27.0.The text was updated successfully, but these errors were encountered: