diff options
| author | Anthony Ramine <[email protected]> | 2017-11-21 02:31:00 +0100 |
|---|---|---|
| committer | Anthony Ramine <[email protected]> | 2017-11-21 09:17:39 +0100 |
| commit | 93be1c4f2fdbfcdadc47e2760759493a2871faec (patch) | |
| tree | 4c9880fad8b39ffb257f53041cbc8f2ad2e3091a /openssl/Cargo.toml | |
| parent | Release v0.9.21 (diff) | |
| download | rust-openssl-93be1c4f2fdbfcdadc47e2760759493a2871faec.tar.xz rust-openssl-93be1c4f2fdbfcdadc47e2760759493a2871faec.zip | |
Update foreign-types to 0.3
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 5ed46998..ded67075 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -20,7 +20,7 @@ v110 = [] [dependencies] bitflags = "0.9" -foreign-types = "0.2" +foreign-types = "0.3" lazy_static = "0.2" libc = "0.2" openssl-sys = { version = "0.9.21", path = "../openssl-sys" } |