We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b5e427 + 7cb3033 commit 76f3ab6Copy full SHA for 76f3ab6
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v1
10
- uses: actions-rs/toolchain@v1
11
with:
12
- toolchain: 1.71.1
+ toolchain: 1.81.0
13
components: rustfmt, clippy
14
override: true
15
- name: rustfmt
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
toolchain:
28
- - 1.71.1
+ - 1.81.0
29
- nightly
30
os:
31
- ubuntu-latest
README.md
@@ -1,6 +1,6 @@
1
# async-hwi
2
3
-Current **Minimum Supported Rust Version**: v1.71.1
+Current **Minimum Supported Rust Version**: v1.81
4
5
```rust
6
/// HWI is the common Hardware Wallet Interface.
0 commit comments