dustinblackman / cf-alias

Create Cloudflare email alias' directly from your terminal or Alfred.
MIT License
2 stars 0 forks source link

Now not able to build, might need an update #1

Open mobilestack opened 1 week ago

mobilestack commented 1 week ago

This is really a useful tool. But I cannot build it. Trying to figure out why.

mobilestack commented 1 week ago

➜ cf-alias git:(master) ✗ cargo install --path . Installing cf-alias v0.1.9 (/Users/tony/work/projects/cf-alias) Updating crates.io index error: failed to compile cf-alias v0.1.9 (/Users/tony/work/projects/cf-alias), intermediate artifacts can be found at /Users/tony/work/projects/cf-alias/target. To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.

Caused by: failed to select a version for the requirement cargo_toml = "=0.11.5" candidate versions found which didn't match: 0.20.5, 0.20.4, 0.20.3, ... location searched: crates.io index required by package cf-alias v0.1.9 (/Users/tony/work/projects/cf-alias) if you are looking for the prerelease package it needs to be specified explicitly cargo_toml = { version = "0.19.0-beta.1" }