diff --git a/Cargo.toml b/Cargo.toml index 5b0e101..0b146ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "toml" -version = "0.1.26" +version = "0.1.27" authors = ["Alex Crichton "] 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)",