Skip to content

Commit 19849fe

Browse files
committed
Update the world
1 parent 6cec513 commit 19849fe

File tree

3 files changed

+41
-35
lines changed

3 files changed

+41
-35
lines changed

Cargo.lock

Lines changed: 32 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ default = ["cargo-fmt"]
1414
cargo-fmt = []
1515

1616
[dependencies]
17-
toml = "0.1.20"
18-
rustc-serialize = "0.3.14"
19-
unicode-segmentation = "0.1.2"
20-
regex = "0.1.41"
21-
term = "0.2.11"
17+
toml = "0.1"
18+
rustc-serialize = "0.3"
19+
unicode-segmentation = "0.1"
20+
regex = "0.1"
21+
term = "0.4"
2222
strings = "0.0.1"
23-
diff = "0.1.8"
23+
diff = "0.1"
2424
syntex_syntax = "0.30"
25-
log = "0.3.2"
26-
env_logger = "0.3.1"
25+
log = "0.3"
26+
env_logger = "0.3"
2727
getopts = "0.2"

tests/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ fn print_mismatches(result: HashMap<String, Vec<Mismatch>>) {
173173
|line_num| format!("\nMismatch at {}:{}:", file_name, line_num));
174174
}
175175

176-
assert!(t.reset().unwrap());
176+
t.reset().unwrap();
177177
}
178178

179179
fn read_config(filename: &str) -> Config {

0 commit comments

Comments
 (0)