Skip to content

Commit dd6dffc

Browse files
committed
Merge #39: Bump MSRV to 1.74 to match rust-bitcoin
1f3059b Bump MSRV to 1.74 to match rust-bitcoin (Nick Johnson) Pull request description: Just dropped the `clippy.toml` file because clippy is smart enough to pick up on the setting in Cargo.toml since rust 1.62. Closes #38 ACKs for top commit: tcharding: ACK 1f3059b Tree-SHA512: cad287a65f43b280fce8423c44dd29d93855c30d915b53dcb16cbed64c0fd4005ed3d0a3f2a40c2bd3b30374e6ae754b58e854adf66d9cce4df1e26ec64e2530
2 parents ef510e4 + 1f3059b commit dd6dffc

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: "Install MSRV toolchain"
7575
uses: dtolnay/rust-toolchain@stable
7676
with:
77-
toolchain: "1.63.0"
77+
toolchain: "1.74.0"
7878
- name: "Run tests"
7979
run: rbmt test msrv --lock-file ${{ matrix.dep }}
8080

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Unreleased
2+
3+
- Bump MSRV to Rust `v1.74.0`.
4+
15
# 0.2.0 - 2024-08-22
26

37
- Bump MSRV to Rust `v1.63.0` [#27](https://github.com/tcharding/rust-psbt/pull/27)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["cryptography::cryptocurrencies"]
99
keywords = [ "psbt", "bip-174", "bip174", "bip-370", "bip370"]
1010
readme = "README.md"
1111
edition = "2021"
12-
rust-version = "1.63.0"
12+
rust-version = "1.74.0"
1313
exclude = ["tests", "contrib"]
1414

1515
[package.metadata.docs.rs]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For now we more or less just follow the contribution guidelines of
1010

1111
### Minimum Supported Rust Version (MSRV)
1212

13-
This library should always compile with any combination of features on **Rust 1.63.0**.
13+
This library should always compile with any combination of features on **Rust 1.74.0**.
1414

1515
To build with the MSRV you will likely need to pin a bunch of dependencies, see `./contrib/test.sh`
1616
for the current list.

clippy.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)