diff options
| author | Steven Fackler <[email protected]> | 2014-11-25 16:46:57 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-11-25 16:46:57 -0800 |
| commit | 525394d3089d1d65b63fc18ed3674328b44db3a3 (patch) | |
| tree | 6e4da8307760297bfce41dcd2214c80845118b7b /openssl-sys | |
| parent | Allow access to the underlying stream (diff) | |
| download | rust-openssl-0.1.0.tar.xz rust-openssl-0.1.0.zip | |
Bump to 0.1.0v0.1.0
Diffstat (limited to 'openssl-sys')
| -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 d9ef77ec..1992d458 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openssl-sys" -version = "0.0.2" +version = "0.1.0" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] license = "MIT" |