Fix invalid TOML test for updated 'toml' dependency.

This commit is contained in:
Sergio Benitez 2018-09-25 19:41:10 -07:00
parent eb1ce54800
commit 70f8b17dd4
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ tls = ["rustls", "hyper-sync-rustls"]
yansi = "0.4"
log = "0.3"
url = "1"
toml = "0.4.2"
toml = "0.4.7"
num_cpus = "1.0"
state = "0.4.1"
time = "0.1"

View File

@ -994,7 +994,7 @@ mod test {
assert!(RocketConfig::parse(r#"
[dev]
1.2.3 = 2
1. = 2
"#.to_string(), TEST_CONFIG_FILENAME).is_err());
assert!(RocketConfig::parse(r#"