Skip to content

Commit 47fa39b

Browse files
committed
Merge pull request rust-lang#265 from dimbleby/update-dependencies
Update dependencies: libc 0.2, syntex_syntax 0.29
2 parents 28bf1f0 + 977dd70 commit 47fa39b

File tree

3 files changed

+91
-82
lines changed

3 files changed

+91
-82
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ build = "build.rs"
1010

1111
[dependencies]
1212
log = "0.3.*"
13-
libc = "0.1.*"
14-
syntex_syntax = "0.23.*"
13+
libc = "0.2.*"
14+
syntex_syntax = "0.29.*"
1515

1616
[features]
1717
static = []

0 commit comments

Comments
 (0)