Skip to content

Commit

Permalink
Merge pull request #7 from connorimes/update-libc-0.2
Browse files Browse the repository at this point in the history
Upgrade libc to 0.2. Fixes #6.
  • Loading branch information
connorimes committed Nov 21, 2015
2 parents a3a74cc + a38aca1 commit 878010c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hbs-acc-pow-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "lib.rs"
path = "../hbs-common-sys"

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

[build-dependencies]
pkg-config = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion hbs-acc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "lib.rs"
path = "../hbs-common-sys"

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

[build-dependencies]
pkg-config = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion hbs-common-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ name = "hbs_common_sys"
path = "lib.rs"

[dependencies]
libc = "0.1"
libc = "0.2"
2 changes: 1 addition & 1 deletion hbs-pow-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "lib.rs"
path = "../hbs-common-sys"

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

[build-dependencies]
pkg-config = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion hbs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "lib.rs"
path = "../hbs-common-sys"

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

[build-dependencies]
pkg-config = "0.3.2"
Expand Down

0 comments on commit 878010c

Please sign in to comment.