Skip to content

Commit 81a1121

Browse files
committed
Update cmake, cc and compiler_builtins for VS 2019 support
1 parent 96d700f commit 81a1121

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/bootstrap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ test = false
3636

3737
[dependencies]
3838
build_helper = { path = "../build_helper" }
39-
cmake = "0.1.23"
39+
cmake = "0.1.38"
4040
filetime = "0.2"
4141
num_cpus = "1.0"
4242
getopts = "0.2"
43-
cc = "1.0.1"
43+
cc = "1.0.35"
4444
libc = "0.2"
4545
serde = "1.0.8"
4646
serde_derive = "1.0.8"

src/liballoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "lib.rs"
1212

1313
[dependencies]
1414
core = { path = "../libcore" }
15-
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
15+
compiler_builtins = { version = "0.1.10", features = ['rustc-dep-of-std'] }
1616

1717
[dev-dependencies]
1818
rand = "0.6"

src/librustc_asan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test = false
1212

1313
[build-dependencies]
1414
build_helper = { path = "../build_helper" }
15-
cmake = "0.1.18"
15+
cmake = "0.1.38"
1616

1717
[dependencies]
1818
alloc = { path = "../liballoc" }

src/librustc_lsan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test = false
1212

1313
[build-dependencies]
1414
build_helper = { path = "../build_helper" }
15-
cmake = "0.1.18"
15+
cmake = "0.1.38"
1616

1717
[dependencies]
1818
alloc = { path = "../liballoc" }

src/librustc_msan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test = false
1212

1313
[build-dependencies]
1414
build_helper = { path = "../build_helper" }
15-
cmake = "0.1.18"
15+
cmake = "0.1.38"
1616

1717
[dependencies]
1818
alloc = { path = "../liballoc" }

src/librustc_tsan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test = false
1212

1313
[build-dependencies]
1414
build_helper = { path = "../build_helper" }
15-
cmake = "0.1.18"
15+
cmake = "0.1.38"
1616

1717
[dependencies]
1818
alloc = { path = "../liballoc" }

0 commit comments

Comments
 (0)