diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-02-01 16:50:05 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-02-01 16:50:25 -0800 |
commit | 77be56048c57614fd0f0a2e80c089861d68aadc3 (patch) | |
tree | d43dda970e8ac3a4c753b23a9b5205b23dcacad0 | |
parent | 67ddadf5042102bc94162cb0b3381d975ee1f977 (diff) | |
download | milf-rs-77be56048c57614fd0f0a2e80c089861d68aadc3.tar.gz milf-rs-77be56048c57614fd0f0a2e80c089861d68aadc3.zip |
Bump to 0.1.27
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | serde-tests/Cargo.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ [package] name = "toml" -version = "0.1.26" +version = "0.1.27" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/serde-tests/Cargo.lock b/serde-tests/Cargo.lock index 9cc971a..b5adca3 100644 --- a/serde-tests/Cargo.lock +++ b/serde-tests/Cargo.lock @@ -5,7 +5,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_codegen 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "syntex 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", - "toml 0.1.26", + "toml 0.1.27", ] [[package]] @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.1.26" +version = "0.1.27" dependencies = [ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |