Skip to content

Commit

Permalink
aead: bump crypto-common to v0.2.0-pre; MSRV 1.65
Browse files Browse the repository at this point in the history
Replaces `generic-array` with `hybrid-array`, which is built on a
combination of `typenum` and const generics, providing a degree of
interoperability between the two systems.
  • Loading branch information
tarcieri committed Nov 12, 2023
1 parent 137a26f commit e981724
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 199 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.65.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.65.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
120 changes: 112 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
resolver = "2"
members = [
"aead",
"cipher",
"crypto",
"crypto-common",
Expand All @@ -11,7 +12,6 @@ members = [
]
# TODO: re-add to `members` when MSRV has been bumped to 1.60+
exclude = [
"aead",
"signature",
"signature/async",
"universal-hash",
Expand Down
Loading

0 comments on commit e981724

Please sign in to comment.