We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4b146 commit 60927ddCopy full SHA for 60927dd
Cargo.lock
@@ -1831,9 +1831,9 @@ dependencies = [
1831
1832
[[package]]
1833
name = "mimalloc-sys"
1834
-version = "0.1.6"
+version = "0.1.6-dev"
1835
source = "registry+https://github.com/rust-lang/crates.io-index"
1836
-checksum = "4aa3cefb626f6ae3d0b2f71c5378c89d2b1d4d7bc246b0ca9a7ee61a4daad291"
+checksum = "8943b38257eabf485d80499e273afbcbec16b1b581efc611230e3cda8c9b5e40"
1837
dependencies = [
1838
"cc",
1839
"libc",
src/rustc/Cargo.toml
@@ -22,7 +22,7 @@ rustc_codegen_ssa = { path = "../librustc_codegen_ssa" }
22
#features = ['unprefixed_malloc_on_supported_platforms']
23
24
[dependencies.mimalloc-sys]
25
-version = '0.1.6-dev'
+version = '=0.1.6-dev'
26
optional = true
27
28
[features]
0 commit comments