Commit graph

9 commits

Author SHA1 Message Date
Jacob Heider d31bca2e60 fix(cargo)
closes #3587
2023-10-09 16:48:37 -04:00
Max Howell a494a89842
Cargo fixes (#3546)
Fixes crash due to cURL needing a patch for Sonoma. We use the Apple vendored cURL to work around this but probs will need to patch cURL as well. We'll see.

Note this is notable in that we elected to use more of our own deps on macOS than eg. brew, but probs should approach some balance with that.
2023-10-06 10:13:00 -04:00
Max Howell 630e7163d5
fix cargo on Sonoma (hopefully) (#3544) 2023-10-06 08:21:54 -04:00
Max Howell cbbc2c26b5
rebuild cargo depending on cURL (#3523)
Refs #3520
2023-10-05 12:26:05 -04:00
Max Howell 25606fdb1a
fix cargo 2023-10-01 20:03:16 -04:00
Jacob Heider 0ffc0354f0
fix(cargo)
closes #2593

cargo requires cargo; the static ones get too old, and include their build date, making them hard to find. just use our last cargo.
2023-07-15 23:48:14 -04:00
Max Howell dd5d4446b4
fix cargo test
cargo doesn't like pkg names that start with numbers now apparently and the the tmpdirs we used were likely to be that. So explicitly set a name.
2023-03-28 20:50:09 -04:00
Max Howell bde31f1fff
have cargo install go to ~/.local/bin 2023-03-28 08:42:12 -04:00
Jacob Heider 1b2738fbf2 +rust-lang.org/cargo 2022-10-29 19:01:16 -04:00