Skip to content

Commit

Permalink
fix bip0032 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro committed Aug 17, 2024
1 parent 7f99c93 commit 55f8146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.60.0
toolchain: 1.61.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.60.0"
rust-version = "1.61.0"
resolver = "2"

description = "Another Rust implementation of BIP-0032 standard"
Expand Down

0 comments on commit 55f8146

Please sign in to comment.