uiua-lang / uiua

A stack-based array programming language
https://www.uiua.org
MIT License
1.53k stars 107 forks source link

uiua update --main failed #464

Closed memark closed 5 months ago

memark commented 5 months ago

Running uiua update --main has recently started failing for me:

❯ uiua update --main

 ~                                                                                                                                                   11:19:56
❯     Updating git repository `https://github.com/uiua-lang/uiua`
  Installing uiua v0.10.0-dev.1 (https://github.com/uiua-lang/uiua#82a51fbb)
error: failed to compile `uiua v0.10.0-dev.1 (https://github.com/uiua-lang/uiua#82a51fbb)`, intermediate artifacts can be found at `/var/folders/pz/23v9mn0s78scfwbxw1sb5zqc0000gn/T/cargo-installpEX5UP`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  none of the selected packages contains these features: bytes, did you mean: https?
kaikalii commented 5 months ago

This should be fixed in 8db43f6551c948ff31f1c2. Please let me know if it is successful.

memark commented 5 months ago

Works beautifully.