Skip to content

Commit 2ce4f7a

Browse files
committed
Test jemalloc fix
1 parent 67b452a commit 2ce4f7a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,11 @@ version = "0.1.0"
464464

465465
[[package]]
466466
name = "cc"
467-
version = "1.2.33"
467+
version = "1.2.39"
468468
source = "registry+https://github.com/rust-lang/crates.io-index"
469-
checksum = "3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f"
469+
checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
470470
dependencies = [
471+
"find-msvc-tools",
471472
"jobserver",
472473
"libc",
473474
"shlex",
@@ -5528,7 +5529,8 @@ version = "0.1.0"
55285529
[[package]]
55295530
name = "tikv-jemalloc-sys"
55305531
version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
5531-
source = "git+https://github.com/dpaoliello/jemallocator.git?branch=temp#329682034ae0b8f7cca4514146b211d7dc694c9c"
5532+
source = "registry+https://github.com/rust-lang/crates.io-index"
5533+
checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d"
55325534
dependencies = [
55335535
"cc",
55345536
"libc",

compiler/rustc_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libc = "0.2.73"
1111
[build-dependencies]
1212
# tidy-alphabetical-start
1313
# `cc` updates often break things, so we pin it here.
14-
cc = "=1.2.33"
14+
cc = "=1.2.39"
1515
# tidy-alphabetical-end
1616

1717
[features]

0 commit comments

Comments
 (0)