Skip to content

Commit

Permalink
chore(bip0032): update msrv to fix ci (#77)
Browse files Browse the repository at this point in the history
* chore(bip0032): update msrv to fix ci

* update rust-version
  • Loading branch information
koushiro authored Aug 17, 2024
1 parent 4dc62d6 commit c18be7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bip0032.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.61.0
toolchain: 1.64.0
override: true

- name: Test
Expand Down
2 changes: 1 addition & 1 deletion bip0032/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bip0032"
version = "0.0.0"
authors = ["koushiro <[email protected]>"]
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.64.0"
resolver = "2"

description = "Another Rust implementation of BIP-0032 standard"
Expand Down
2 changes: 1 addition & 1 deletion bip0032/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[crates-url]: https://crates.io/crates/bip0032
[docs-svg]: https://docs.rs/bip0032/badge.svg
[docs-url]: https://docs.rs/bip0032
[msrv-svg]: https://img.shields.io/badge/rustc-1.61+-blue.svg
[msrv-svg]: https://img.shields.io/badge/rustc-1.64+-blue.svg

Another Rust implementation of [BIP-0032](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) standard.

Expand Down

0 comments on commit c18be7e

Please sign in to comment.