Skip to content

Commit bad12d7

Browse files
committed
fork
1 parent 6c9ef7e commit bad12d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
16611661
[[package]]
16621662
name = "mimalloc-sys"
16631663
version = "0.1.1"
1664-
source = "registry+https://github.com/rust-lang/crates.io-index"
1664+
source = "git+https://github.com/Zoxc/mimallocator.git#7be315f3b8edb3a0536b63e608a966ff33898a7b"
16651665
dependencies = [
16661666
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
16671667
"fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1671,9 +1671,9 @@ dependencies = [
16711671
[[package]]
16721672
name = "mimallocator"
16731673
version = "0.1.0"
1674-
source = "registry+https://github.com/rust-lang/crates.io-index"
1674+
source = "git+https://github.com/Zoxc/mimallocator.git#7be315f3b8edb3a0536b63e608a966ff33898a7b"
16751675
dependencies = [
1676-
"mimalloc-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1676+
"mimalloc-sys 0.1.1 (git+https://github.com/Zoxc/mimallocator.git)",
16771677
]
16781678

16791679
[[package]]
@@ -2734,7 +2734,7 @@ name = "rustc-main"
27342734
version = "0.0.0"
27352735
dependencies = [
27362736
"jemalloc-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2737-
"mimallocator 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2737+
"mimallocator 0.1.0 (git+https://github.com/Zoxc/mimallocator.git)",
27382738
"rustc_codegen_ssa 0.0.0",
27392739
"rustc_driver 0.0.0",
27402740
"rustc_target 0.0.0",
@@ -4563,8 +4563,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
45634563
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
45644564
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
45654565
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
4566-
"checksum mimalloc-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9cb9de67a0bd7fb7a862ecbc0b5b5639f89977e53251b0b4e1ae5cca49a5dd"
4567-
"checksum mimallocator 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04cf3838b419c4b3591f415a7827d874ad1a13fac4946bb6021be179a772e00a"
4566+
"checksum mimalloc-sys 0.1.1 (git+https://github.com/Zoxc/mimallocator.git)" = "<none>"
4567+
"checksum mimallocator 0.1.0 (git+https://github.com/Zoxc/mimallocator.git)" = "<none>"
45684568
"checksum minifier 0.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = "4c909e78edf61f3aa0dd2086da168cdf304329044bbf248768ca3d20253ec8c0"
45694569
"checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649"
45704570
"checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c"

src/rustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "rustc_binary"
99
path = "rustc.rs"
1010

1111
[dependencies]
12-
mimallocator = "0.1.0"
12+
mimallocator = { git = "https://github.com/Zoxc/mimallocator.git" }
1313

1414
rustc_target = { path = "../librustc_target" }
1515
rustc_driver = { path = "../librustc_driver" }

0 commit comments

Comments
 (0)