Bump to 0.1.27
This commit is contained in:
parent
67ddadf504
commit
77be56048c
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "toml"
|
name = "toml"
|
||||||
version = "0.1.26"
|
version = "0.1.27"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
4
serde-tests/Cargo.lock
generated
4
serde-tests/Cargo.lock
generated
|
@ -5,7 +5,7 @@ dependencies = [
|
||||||
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"syntex 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"toml 0.1.26",
|
"toml 0.1.27",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -146,7 +146,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml"
|
name = "toml"
|
||||||
version = "0.1.26"
|
version = "0.1.27"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
Loading…
Reference in a new issue