File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 15
15
- rust : nightly
16
16
env :
17
17
RUSTFMTCHK : false
18
- - rust : 1.41.1
18
+ - rust : 1.48.0
19
19
env :
20
20
RUSTFMTCHK : false
21
21
steps :
Original file line number Diff line number Diff line change
1
+ # Unreleased
2
+
3
+ - MSRV changed from 1.41.1 to 1.48.0
4
+
1
5
# 0.17.0
2
6
3
7
- add ` list_wallet_dir ` rpc
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ The following versions are officially supported and automatically tested:
47
47
* 0.21.0
48
48
49
49
# Minimum Supported Rust Version (MSRV)
50
- This library should always compile with any combination of features on ** Rust 1.41.1 ** .
50
+ This library should always compile with any combination of features on ** Rust 1.48.0 ** .
Original file line number Diff line number Diff line change 1
1
2
2
set -xe
3
3
4
- MSRV=" 1\.41 "
4
+ MSRV=" 1\.48 "
5
5
6
6
# Just echo all the relevant env vars to help debug Travis.
7
7
echo " RUSTFMTCHECK: \" $RUSTFMTCHECK \" "
You can’t perform that action at this time.
0 commit comments