aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-11-11 00:30:50 -0600
committerSteven Fackler <[email protected]>2014-11-11 00:30:50 -0600
commit1f1c30dd3a577b301bb85bf95f964227f84d73fd (patch)
tree91dd12e24b8040ff611feeda61662d236ad51e30
parentMerge pull request #89 from pyrho/aes-256-cbc-decrypt-test (diff)
downloadrust-openssl-1f1c30dd3a577b301bb85bf95f964227f84d73fd.tar.xz
rust-openssl-1f1c30dd3a577b301bb85bf95f964227f84d73fd.zip
Bump to 0.0.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 077c536d..22414a76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "openssl"
-version = "0.0.0"
+version = "0.0.1"
authors = ["Steven Fackler <[email protected]"]
[lib]