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.
16 lines
281 B
TOML
16 lines
281 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "alloc_system"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "alloc_system"
|
|
path = "lib.rs"
|
|
test = false
|
|
doc = false
|
|
|
|
[dependencies]
|
|
alloc = { path = "../liballoc" }
|
|
core = { path = "../libcore" }
|
|
libc = { path = "../rustc/libc_shim" }
|