Skip to content

Commit

Permalink
bip32: use prerelease dependencies; MSRV 1.72
Browse files Browse the repository at this point in the history
Updates to the following prereleases:

- `hmac` v0.13.0-pre.4
- `ripemd` v0.2.0-pre.4
- `sha2` v0.11.0-pre.4
- `k256` v0.14.0-pre.2
- `pbkdf2` v0.13.0-pre.1
  • Loading branch information
tony-iqlusion committed Sep 23, 2024
1 parent 852aaf4 commit 4e004ff
Show file tree
Hide file tree
Showing 13 changed files with 444 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bip32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.72.0 # MSRV
- stable
target:
- armv7a-none-eabi
Expand All @@ -50,7 +50,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.65.0 # MSRV
- 1.72.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0 # MSRV
toolchain: 1.72.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[workspace]
resolver = "2"
members = [
"bip32",
#"bip32",
"canonical-path",
"hkd32",
"iqhttp",
"secrecy",
"signatory",
"subtle-encoding",
]
exclude = ["bip32"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repository contains the following crates:

## License

Copyright © 2018-2023 iqlusion
Copyright © 2018-2024 iqlusion

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 4e004ff

Please sign in to comment.