Skip to content

Commit 9720d42

Browse files
committed
chore: bump MSRV to 1.85 with edition 2024
1 parent 44fd35b commit 9720d42

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -53,7 +53,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

88
A Rust implementation of the [Coinkite Tap Protocol](https://github.com/coinkite/coinkite-tap-proto) (cktap)
99
for 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

clippy.toml

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

0 commit comments

Comments
 (0)