Skip to content

Commit

Permalink
v0.10.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Oct 7, 2024
1 parent a39a5e5 commit ea8b3a3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 41 deletions.
74 changes: 38 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsa"
version = "0.10.0-pre.2"
version = "0.10.0-rc.0"
authors = ["RustCrypto Developers", "dignifiedquire <[email protected]>"]
edition = "2021"
description = "Pure Rust RSA implementation"
Expand Down Expand Up @@ -65,7 +65,3 @@ rustdoc-args = ["--cfg", "docsrs"]

[profile.dev]
opt-level = 2

[patch.crates-io]
pkcs1 = { git = "https://github.com/RustCrypto/formats.git" }
pkcs8 = { git = "https://github.com/RustCrypto/formats.git" }

0 comments on commit ea8b3a3

Please sign in to comment.