mirror of https://github.com/rwf2/Rocket.git
Fix invalid TOML test for updated 'toml' dependency.
This commit is contained in:
parent
24ee97575b
commit
633d37bc97
|
@ -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"
|
||||
|
|
|
@ -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#"
|
||||
|
|
Loading…
Reference in New Issue