Fix invalid TOML test for updated 'toml' dependency.

This commit is contained in:
Sergio Benitez 2018-09-25 19:41:10 -07:00
parent 24ee97575b
commit 633d37bc97
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ rocket_codegen_next = { version = "0.4.0-dev", path = "../codegen_next" }
rocket_http = { version = "0.4.0-dev", path = "../http" }
yansi = "0.4"
log = "0.4"
toml = "0.4.2"
toml = "0.4.7"
num_cpus = "1.0"
state = "0.4.1"
time = "0.1"

View File

@ -1085,7 +1085,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#"