Skip to content

Commit a8e2dbd

Browse files
committed
Merge #30: ci: update MSRV to 1.81 to work with new dependencies
c7c71a0 ci: update MSRV to 1.81 to work with new dependencies (Steve Myers) Pull request description: ### Description I picked this new MSRV because it's the lowest that supports the new dependencies added in #29. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/notmandatory/rust-cktap/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing Top commit has no ACKs. Tree-SHA512: baea49e8fc482aab43795585932233d0fbf1e2ec5dc59d847ad7c4813187f1dc393375f9f0c3409bb79655a15a4435b1e6a986054ff757afc57cadead14e2d67
2 parents c1a131c + c7c71a0 commit a8e2dbd

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
rust:
2121
- version: stable
22-
- version: 1.56.0 # MSRV
22+
- version: 1.81.0 # MSRV
2323
msrv: true
2424
features:
2525
- --no-default-features

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ cargo run -p cktap-cli -- certs
6767
cargo run -p cktap-cli -- read
6868
```
6969

70+
## Minimum Supported Rust Version (MSRV)
71+
72+
This library should always compile with any valid combination of features on Rust **1.81.0**.
73+
74+
75+
7076
[SATSCARD]: https://satscard.com/
7177
[TAPSIGNER]: https://tapsigner.com/
7278
[SATSCHIP]: https://satschip.com/

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv="1.56.0"
1+
msrv="1.81.0"

0 commit comments

Comments
 (0)