diff options
| author | Chris Cole <[email protected]> | 2015-01-02 15:43:02 -0500 |
|---|---|---|
| committer | Chris Cole <[email protected]> | 2015-01-02 15:43:02 -0500 |
| commit | 077846fdb15d3495cdc053e8ba728b31e0f2635b (patch) | |
| tree | 222e48dd6a8376cb4a5ef2e3d44a38a5f90d47f6 /openssl-sys/Cargo.toml | |
| parent | Added Copy impl. (diff) | |
| parent | Merge pull request #134 from DiamondLovesYou/master (diff) | |
| download | rust-openssl-077846fdb15d3495cdc053e8ba728b31e0f2635b.tar.xz rust-openssl-077846fdb15d3495cdc053e8ba728b31e0f2635b.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index b9695f49..24912cbc 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.2.8" +version = "0.2.10" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] license = "MIT" |