Skip to content

Commit f1cf92c

Browse files
committed
Fix dupe
1 parent 4b37a10 commit f1cf92c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 10.0.0 (unreleased)
44

5-
- BREAKING: use traits for crypto backends, you have to choose between `aws_lc_rs` and `rust_crypto`
5+
- BREAKING: now using traits for crypto backends, you have to choose between `aws_lc_rs` and `rust_crypto`
66
- Add `Clone` bound to `decode`
77

88
## 9.3.1 (2024-02-06)

src/algorithms.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ impl AlgorithmFamily {
2323
Algorithm::RS512,
2424
Algorithm::PS256,
2525
Algorithm::PS384,
26-
Algorithm::PS384,
2726
Algorithm::PS512,
2827
],
2928
Self::Ec => &[Algorithm::ES256, Algorithm::ES384],

0 commit comments

Comments
 (0)