diff options
| author | Chris Denton <christophersdenton@gmail.com> | 2021-05-24 23:34:12 +0100 |
|---|---|---|
| committer | Chris Denton <christophersdenton@gmail.com> | 2021-05-24 23:34:12 +0100 |
| commit | e238ee31d4d613da9458a84ad200195518b1bd39 (patch) | |
| tree | bb8860acc31316e72826d018c52a9cca35b7fd14 /src | |
| parent | 126561cb31e8ebe1e2dd9dfd0d3ca621308dc56f (diff) | |
| download | rust-e238ee31d4d613da9458a84ad200195518b1bd39.tar.gz rust-e238ee31d4d613da9458a84ad200195518b1bd39.zip | |
Update cc
Recent commits to cc have helped to address #83043 and #43468
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml index a74df97a5c7..8445d811e0f 100644 --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml @@ -40,7 +40,7 @@ cmake = "0.1.38" filetime = "0.2" num_cpus = "1.0" getopts = "0.2.19" -cc = "1.0.67" +cc = "1.0.68" libc = "0.2" serde = { version = "1.0.8", features = ["derive"] } serde_json = "1.0.2" |
