]> git.lizzy.rs Git - rust.git/commit
Actually fix manifest generation
authorAlex Crichton <alex@alexcrichton.com>
Thu, 9 Feb 2017 04:49:58 +0000 (20:49 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 9 Feb 2017 04:49:58 +0000 (20:49 -0800)
commitde59d5d73775f8ccf948480cbd5d90dc72e1b40f
tree5e7a4b16ffd381ab57b2d78a19dd84086d5f3f9e
parent29dece1c8bbebf7ae8034ef0826b119281730937
Actually fix manifest generation

The previous fix contained an error where `toml::encode` returned a runtime
error, so this version just constructs a literal `toml::Value`.
src/tools/build-manifest/src/main.rs