File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 matrix :
2020 rust :
2121 - version : stable
22- - version : 1.81 .0 # MSRV
22+ - version : 1.85 .0 # MSRV
2323 msrv : true
2424 features :
2525 - --no-default-features
5353 matrix :
5454 rust :
5555 - version : stable
56- - version : 1.81 .0 # MSRV
56+ - version : 1.85 .0 # MSRV
5757 msrv : true
5858 steps :
5959 - name : checkout
Original file line number Diff line number Diff line change 33[ ![ License] ( https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg )] ( https://github.com/notmandatory/rust-cktap/blob/master/LICENSE )
44[ ![ CI] ( https://github.com/notmandatory/rust-cktap/actions/workflows/test.yml/badge.svg )] ( https://github.com/notmandatory/rust-cktap/actions/workflows/test.yml )
55[ ![ Audit] ( https://github.com/notmandatory/rust-cktap/actions/workflows/audit.yml/badge.svg )] ( https://github.com/notmandatory/rust-cktap/actions/workflows/audit.yml )
6- [ ![ rustc] ( https://img.shields.io/badge/rustc-1.81 .0%2B-lightgrey.svg )] ( https://blog.rust-lang.org/2024/09/05 /Rust-1.81 .0/ )
6+ [ ![ rustc] ( https://img.shields.io/badge/rustc-1.85 .0%2B-lightgrey.svg )] ( https://blog.rust-lang.org/2025/02/20 /Rust-1.85 .0/ )
77
88A Rust implementation of the [ Coinkite Tap Protocol] ( https://github.com/coinkite/coinkite-tap-proto ) (cktap)
99for use with [ SATSCARD] , [ TAPSIGNER] , and [ SATSCHIP] products.
@@ -68,7 +68,7 @@ cargo run -p cktap-cli -- read
6868
6969## Minimum Supported Rust Version (MSRV)
7070
71- This library should always compile with any valid combination of features on Rust ** 1.81 .0** .
71+ This library should always compile with any valid combination of features on Rust ** 1.85 .0** .
7272
7373## License
7474
Original file line number Diff line number Diff line change 1- msrv =" 1.81 .0"
1+ msrv =" 1.85 .0"
You can’t perform that action at this time.
0 commit comments