9010567dcc
This commit bumps the master branch's version to 1.21.0 and also updates the bootstrap compiler from the freshly minted beta release.
26 lines
474 B
TOML
26 lines
474 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "alloc_jemalloc"
|
|
version = "0.0.0"
|
|
build = "build.rs"
|
|
links = "jemalloc"
|
|
|
|
[lib]
|
|
name = "alloc_jemalloc"
|
|
path = "lib.rs"
|
|
test = false
|
|
doc = false
|
|
|
|
[dependencies]
|
|
alloc = { path = "../liballoc" }
|
|
alloc_system = { path = "../liballoc_system" }
|
|
core = { path = "../libcore" }
|
|
libc = { path = "../rustc/libc_shim" }
|
|
|
|
[build-dependencies]
|
|
build_helper = { path = "../build_helper" }
|
|
gcc = "0.3.50"
|
|
|
|
[features]
|
|
debug = []
|