Skip to content

Commit

Permalink
balloon-hash: bump crypto-bigint to v0.6.0-rc.7; MSRV 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 20, 2025
1 parent 92b4e9b commit 7f52be7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/balloon-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.81.0 # MSRV
- 1.83.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -41,14 +41,14 @@ jobs:
minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
working-directory: ${{ github.workflow }}

test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.81.0 # MSRV
- 1.83.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions balloon-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ keywords = ["crypto", "hashing", "password", "phf"]
categories = ["authentication", "cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.81"
rust-version = "1.83"

[dependencies]
digest = { version = "=0.11.0-pre.9", default-features = false }
crypto-bigint = { version = "0.6.0-rc.6", default-features = false, features = ["hybrid-array"] }
crypto-bigint = { version = "0.6.0-rc.7", default-features = false, features = ["hybrid-array"] }

# optional dependencies
password-hash = { version = "0.6.0-rc.0", default-features = false, optional = true }
Expand Down
8 changes: 4 additions & 4 deletions balloon-hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This algorithm is first practical password hashing function that provides:

## Minimum Supported Rust Version

Rust **1.81** or higher.
Rust **1.83** or higher.

Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
Expand Down Expand Up @@ -56,11 +56,11 @@ dual licensed as above, without any additional terms or conditions.
[docs-image]: https://docs.rs/balloon-hash/badge.svg
[docs-link]: https://docs.rs/balloon-hash/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.83+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260046-password-hashes
[build-image]: https://github.com/RustCrypto/password-hashes/workflows/balloon/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/password-hashes/actions?query=workflow%3Aballoon
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/balloon-hash.yml/badge.svg
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/balloon-hash.yml

[//]: # (general links)

Expand Down

0 comments on commit 7f52be7

Please sign in to comment.