Skip to content

Commit

Permalink
chore(rsa): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 28, 2021
1 parent 3a27887 commit c047ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsa"
version = "0.3.0"
version = "0.4.0"
authors = ["RustCrypto Developers", "dignifiedquire <dignifiedquire@gmail.com>"]
edition = "2018"
description = "Pure Rust RSA implementation"
Expand Down Expand Up @@ -60,4 +60,4 @@ nightly = ["subtle/nightly", "num-bigint/nightly"]
serde = ["num-bigint/serde", "serde_crate"]
expose-internals = []
std = ["alloc", "simple_asn1", "digest/std", "rand/std"]
alloc = ["digest/alloc"]
alloc = ["digest/alloc"]

0 comments on commit c047ce9

Please sign in to comment.