Skip to content

Commit caab800

Browse files
authored
Prepare release v1.12.3 (#700)
* Prepare release v1.12.3 * Clippy fix
1 parent db5ee8f commit caab800

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

aws-lc-rs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "aws-lc-rs"
33
authors = ["AWS-LibCrypto"]
4-
version = "1.12.2"
4+
version = "1.12.3"
55
# this crate re-exports whatever sys crate that was selected
6-
links = "aws_lc_rs_1_12_2_sys"
6+
links = "aws_lc_rs_1_12_3_sys"
77
edition = "2021"
88
rust-version = "1.63.0"
99
keywords = ["crypto", "cryptography", "security"]

aws-lc-rs/src/rsa/key.rs

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ impl PublicKey {
340340
}
341341

342342
/// Returns the length in bytes of the public modulus.
343+
#[must_use]
343344
pub fn modulus_len(&self) -> usize {
344345
self.modulus.len()
345346
}

0 commit comments

Comments
 (0)