Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-08-28 | Remove outdated README badges | Alex Crichton | -2/+0 | |
2019-04-24 | README.md: `0.4` -> `0.5` | Felix Rabe | -1/+1 | |
2019-01-02 | Update build urls | Alex Crichton | -1/+1 | |
2018-11-21 | Indicate this is now supporting version 0.5 of TOML. | Eric Huss | -1/+1 | |
2017-12-02 | Serde -> toml-rs | LeopoldArkham | -1/+1 | |
2017-10-30 | Clarify wording of license information in README. | Alex Crichton | -4/+13 | |
This text historically was copied verbatim from rust-lang/rust's own README [1] with the intention of licensing projects the same as rustc's own license, namely a dual MIT/Apache-2.0 license. The clause about "various BSD-like licenses" isn't actually correct for almost all projects other than rust-lang/rust and the wording around "both" was slightly ambiguous. This commit updates the wording to match more precisely what's in the standard library [2], namely clarifying that there aren't any BSD-like licenses in this repository and that the source is licensable under either license, at your own discretion. [1]: https://github.com/rust-lang/rust/tree/f0fe716dbcbf2363ab8f929325d32a17e51039d0#license [2]: https://github.com/rust-lang/rust/blob/f0fe716dbcbf2363ab8f929325d32a17e51039d0/src/libstd/lib.rs#L5-L9 | ||||
2017-05-02 | Update doc urls to 0.4 | Alex Crichton | -1/+1 | |
Closes #168 | ||||
2017-04-05 | Add a beautiful badge for docs.rs | Matthias Endler | -2/+1 | |
2017-02-13 | Fix serde.rs link in README.md | Norbert Pozar | -1/+1 | |
2017-02-08 | Update metadata | Alex Crichton | -35/+9 | |
2017-01-27 | Add a latest version shield to the readme | Sam Whited | -0/+1 | |
2017-01-09 | Clarify that serde is supported | Alex Crichton | -0/+31 | |
Closes #122 | ||||
2016-08-16 | Update toml-rs version in README | Vinzent Steinberg | -1/+1 | |
2015-07-10 | Add coverage badge | Alex Crichton | -0/+1 | |
2015-04-08 | Tweak doc url in README | Alex Crichton | -1/+1 | |
2015-02-13 | Linkify TOML in README | Alex Crichton | -1/+3 | |
2015-02-13 | Clarify TOML compliance | Alex Crichton | -1/+3 | |
Closes #54 | ||||
2015-02-02 | Update Cargo.toml syntax | Alex Crichton | -2/+2 | |
2014-09-03 | Add a dual MIT/Apache license | Alex Crichton | -0/+7 | |
2014-08-03 | Put documentation on github | Alex Crichton | -0/+14 | |