Skip to content

Commit

Permalink
[WIP] Bump digest to v0.11.0-pre; MSRV 1.65
Browse files Browse the repository at this point in the history
Also bumps crate editions to 2021 where appropriate
  • Loading branch information
tarcieri committed Dec 31, 2023
1 parent 62b6ff1 commit 2b98104
Show file tree
Hide file tree
Showing 51 changed files with 344 additions and 263 deletions.
176 changes: 130 additions & 46 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[workspace]
# This causes issues like https://github.com/RustCrypto/hashes/issues/396
# Do not uncomment it until MSRV is bumped to 1.51 or higher.
# resolver = "2"
resolver = "2"
members = [
"ascon-hash",
"belt-hash",
"blake2",
"fsb",
"gost94",
"groestl",
"jh",
"k12",
"md2",
"md4",
"md5",
Expand All @@ -15,18 +17,16 @@ members = [
"sha2",
"sha3",
"shabal",
"skein",
"sm3",
"streebog",
"tiger",
"whirlpool",
]
exclude = [
"ascon-hash",
"belt-hash",
"jh",
"k12",
"skein",
]

[profile.dev]
opt-level = 2

[patch.crates-io]
digest = { git = "https://github.com/RustCrypto/traits.git" }
hybrid-array = { git = "https://github.com/RustCrypto/utils.git" }
Loading

0 comments on commit 2b98104

Please sign in to comment.