mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Update curl dependency, remove M1 macOS build error note
This commit is contained in:
parent
7a947ae523
commit
22ff7ac47c
@ -22,7 +22,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
|
|||||||
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
|
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
|
||||||
crates-io = { path = "crates/crates-io", version = "0.33.0" }
|
crates-io = { path = "crates/crates-io", version = "0.33.0" }
|
||||||
crossbeam-utils = "0.8"
|
crossbeam-utils = "0.8"
|
||||||
curl = { version = "0.4.40", features = ["http2"] }
|
curl = { version = "0.4.41", features = ["http2"] }
|
||||||
curl-sys = "0.4.50"
|
curl-sys = "0.4.50"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.9.0"
|
||||||
pretty_env_logger = { version = "0.4", optional = true }
|
pretty_env_logger = { version = "0.4", optional = true }
|
||||||
|
@ -46,11 +46,6 @@ If you can successfully run `cargo build`, you should be good to go!
|
|||||||
|
|
||||||
[homebrew]: https://brew.sh/
|
[homebrew]: https://brew.sh/
|
||||||
|
|
||||||
Note: There is currently a bug on arm64 M1 macOS machines that will cause an error
|
|
||||||
while linking cargo. To fix this, run `export MACOSX_DEPLOYMENT_TARGET=10.7` before
|
|
||||||
attempting to build the cargo project. For more information, see
|
|
||||||
[rust#90342](https://github.com/rust-lang/rust/issues/90342).
|
|
||||||
|
|
||||||
## Running Cargo
|
## Running Cargo
|
||||||
|
|
||||||
You can use `cargo run` to run cargo itself, or you can use the path directly
|
You can use `cargo run` to run cargo itself, or you can use the path directly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user