Skip to content

Commit

Permalink
Increase libc to 0.2
Browse files Browse the repository at this point in the history
Annoyingly, this is a major version bump since we expose libc types in the FFI module
  • Loading branch information
apoelstra committed Oct 10, 2016
1 parent 5b906ec commit f272b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "secp256k1"
version = "0.5.6"
version = "0.6.0"
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
"Andrew Poelstra <[email protected]>" ]
license = "CC0-1.0"
Expand Down Expand Up @@ -29,7 +29,7 @@ dev = ["clippy"]
arrayvec = "0.3"
clippy = {version = "0.0", optional = true}
rand = "0.3"
libc = "0.1"
libc = "0.2"
rustc-serialize = "0.3"
serde = "0.6"
serde_json = "0.6"
Expand Down

0 comments on commit f272b83

Please sign in to comment.