Skip to content

Commit 3319510

Browse files
authored
Merge pull request #152 from LNP-BP/upgrade/bitcoin-0.25
Updating to bitcoin 0.25 and MSRV 1.29
2 parents b70042e + 7f2482a commit 3319510

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
rust:
58-
- 1.22.0
58+
- 1.29.0
5959
- beta
6060
- stable
6161
steps:
@@ -67,8 +67,8 @@ jobs:
6767
profile: minimal
6868
toolchain: ${{ matrix.rust }}
6969
override: true
70-
- name: Pin cc if rust 1.22
71-
if: matrix.rust == '1.22.0'
70+
- name: Pin cc if rust 1.29
71+
if: matrix.rust == '1.29.0'
7272
run: cargo generate-lockfile --verbose && cargo update -p cc --precise "1.0.41" --verbose
7373
- name: Running cargo
7474
run: ./contrib/test.sh

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ unstable = []
1414
default = []
1515

1616
[dependencies]
17-
bitcoin = "0.24"
17+
bitcoin = "0.25"
1818

1919
[dependencies.serde]
2020
version = "1.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Build](https://github.com/rust-bitcoin/rust-miniscript/workflows/Continuous%20integration/badge.svg)
22

3-
**Minimum Supported Rust Version:** 1.22.0
3+
**Minimum Supported Rust Version:** 1.29.0
44

55
*This crate uses "2015" edition and won't be ported over "2018" edition
66
in the near future as this will change the MSRV to 1.31.*
File renamed without changes.

0 commit comments

Comments
 (0)