Skip to content

Commit e4cfd65

Browse files
bip32: use prerelease dependencies; MSRV 1.81 (#1224)
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
1 parent 01e440b commit e4cfd65

File tree

13 files changed

+444
-75
lines changed

13 files changed

+444
-75
lines changed

.github/workflows/bip32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.65.0 # MSRV
26+
- 1.81.0 # MSRV
2727
- stable
2828
target:
2929
- armv7a-none-eabi
@@ -50,7 +50,7 @@ jobs:
5050
- macos-latest
5151
- windows-latest
5252
toolchain:
53-
- 1.65.0 # MSRV
53+
- 1.81.0 # MSRV
5454
- stable
5555
runs-on: ${{ matrix.platform }}
5656
steps:

Cargo.lock

Lines changed: 0 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"bip32",
4+
#"bip32",
55
"canonical-path",
66
"hkd32",
77
"iqhttp",
88
"secrecy",
99
"signatory",
1010
"subtle-encoding",
1111
]
12+
exclude = ["bip32"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This repository contains the following crates:
2626

2727
## License
2828

29-
Copyright © 2018-2023 iqlusion
29+
Copyright © 2018-2024 iqlusion
3030

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

0 commit comments

Comments
 (0)