Skip to content

Commit

Permalink
downgrade sha3 package to non pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
querolita committed Mar 11, 2024
1 parent 2e44105 commit f0ca1c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 54 deletions.
60 changes: 7 additions & 53 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
Expand Up @@ -68,7 +68,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_with = "3.6.0"
sha2 = "0.10.0"
sha3 = "0.11.0-pre.3"
sha3 = "0.10.8"
strum = "0.26.1"
strum_macros = "0.26.1"
syn = { version = "1.0.109", features = ["full"] }
Expand Down

0 comments on commit f0ca1c9

Please sign in to comment.