]> git.proxmox.com Git - cargo.git/commit
Update toml dependency to catch more unused keys
authorAlex Crichton <alex@alexcrichton.com>
Sat, 19 Dec 2015 00:33:17 +0000 (16:33 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 19 Dec 2015 00:33:17 +0000 (16:33 -0800)
commit4baeb83fb6fa3af126e04aa562e4530ddcb5f3ee
tree805785f234a940fa3f71710e12791fa55102eb99
parent3d29480eb12982d8d0f9247b4c8f8cd456dd19fb
Update toml dependency to catch more unused keys

This includes alexcrichton/toml-rs@39d77b6d which ensures that more unused
fields stick around when decoding TOML, allowing this to:

Closes #2230
Cargo.lock
tests/test_bad_config.rs