Skip to content

Commit

Permalink
Merge pull request #217 from tomassedovic/libc-version
Browse files Browse the repository at this point in the history
Update libc version
  • Loading branch information
tomassedovic committed Mar 16, 2016
2 parents 0cb3bc2 + 3c64a46 commit 9a3b435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ path = "src/lib.rs"

[dependencies]
bitflags = "0.1"
libc = "0.1"
libc = "0.2"
lazy_static = "0.1"
rustc-serialize = { optional = true, version = "0.3" }
serde = { optional = true, version = "0.6" }
Expand Down
2 changes: 1 addition & 1 deletion tcod_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "tcod_sys"
path = "lib.rs"

[dependencies]
libc = "0.1"
libc = "0.2"

[build-dependencies]
gcc = "0.3"
Expand Down

0 comments on commit 9a3b435

Please sign in to comment.