Skip to content

Commit

Permalink
Upgrade libc dependency to 0.2 - produces warnings about libc::size_t…
Browse files Browse the repository at this point in the history
… with FFI in Rust 1.1, but presumably OK in 1.5 beta
  • Loading branch information
connorimes committed Nov 22, 2015
1 parent 2bc9a95 commit c2e0b01
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion energymon-default-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "energymon_default_sys"
path = "lib.rs"

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

[dependencies.energymon-sys]
path = "../energymon-sys"
Expand Down
2 changes: 1 addition & 1 deletion energymon-dummy-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "energymon_dummy_sys"
path = "lib.rs"

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

[dependencies.energymon-sys]
path = "../energymon-sys"
Expand Down
2 changes: 1 addition & 1 deletion energymon-msr-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "energymon_msr_sys"
path = "lib.rs"

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

[dependencies.energymon-sys]
path = "../energymon-sys"
Expand Down
2 changes: 1 addition & 1 deletion energymon-odroid-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "energymon_odroid_sys"
path = "lib.rs"

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

[dependencies.energymon-sys]
path = "../energymon-sys"
Expand Down
2 changes: 1 addition & 1 deletion energymon-osp-polling-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "energymon_osp_polling_sys"
path = "lib.rs"

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

[dependencies.energymon-sys]
path = "../energymon-sys"
Expand Down
2 changes: 1 addition & 1 deletion energymon-osp-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "energymon_osp_sys"
path = "lib.rs"

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

[dependencies.energymon-sys]
path = "../energymon-sys"
Expand Down
2 changes: 1 addition & 1 deletion energymon-rapl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "energymon_rapl_sys"
path = "lib.rs"

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

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

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

0 comments on commit c2e0b01

Please sign in to comment.