File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
strategy :
56
56
matrix :
57
57
rust :
58
- - 1.22 .0
58
+ - 1.29 .0
59
59
- beta
60
60
- stable
61
61
steps :
67
67
profile : minimal
68
68
toolchain : ${{ matrix.rust }}
69
69
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'
72
72
run : cargo generate-lockfile --verbose && cargo update -p cc --precise "1.0.41" --verbose
73
73
- name : Running cargo
74
74
run : ./contrib/test.sh
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ unstable = []
14
14
default = []
15
15
16
16
[dependencies ]
17
- bitcoin = " 0.24 "
17
+ bitcoin = " 0.25 "
18
18
19
19
[dependencies .serde ]
20
20
version = " 1.0"
Original file line number Diff line number Diff line change 1
1
![ Build] ( https://github.com/rust-bitcoin/rust-miniscript/workflows/Continuous%20integration/badge.svg )
2
2
3
- ** Minimum Supported Rust Version:** 1.22 .0
3
+ ** Minimum Supported Rust Version:** 1.29 .0
4
4
5
5
* This crate uses "2015" edition and won't be ported over "2018" edition
6
6
in the near future as this will change the MSRV to 1.31.*
File renamed without changes.
You can’t perform that action at this time.
0 commit comments