Skip to content

Commit

Permalink
0.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Sep 11, 2016
1 parent 771dbda commit 5778edb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license-file = "LICENSE"
name = "ring"
readme = "README.md"
repository = "https://github.com/briansmith/ring"
version = "0.4.0"
version = "0.4.1"
keywords = [ "crypto", "rand", "signature", "AEAD", "RSA" ]

exclude = [
Expand Down Expand Up @@ -94,6 +94,8 @@ include = [
"src/rsa/rsa_pkcs1_verify_tests.txt",
"src/rsa/signature_rsa_example_private_key.der",
"src/rsa/signature_rsa_example_public_key.der",
"src/rsa/signing.rs",
"src/rsa/verification.rs",
"src/signature.rs",
"src/test.rs",
"src/test_1_syntax_error_tests.txt",
Expand Down

0 comments on commit 5778edb

Please sign in to comment.