Skip to content

Commit 76f3ab6

Browse files
authored
Merge pull request #106 from wizardsardine/bump-msrv-rust-1.81
bump msrv 1.81
2 parents 5b5e427 + 7cb3033 commit 76f3ab6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v1
1010
- uses: actions-rs/toolchain@v1
1111
with:
12-
toolchain: 1.71.1
12+
toolchain: 1.81.0
1313
components: rustfmt, clippy
1414
override: true
1515
- name: rustfmt
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
toolchain:
28-
- 1.71.1
28+
- 1.81.0
2929
- nightly
3030
os:
3131
- ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# async-hwi
22

3-
Current **Minimum Supported Rust Version**: v1.71.1
3+
Current **Minimum Supported Rust Version**: v1.81
44

55
```rust
66
/// HWI is the common Hardware Wallet Interface.

0 commit comments

Comments
 (0)