Skip to content

Commit

Permalink
Update MSRV to Rust 1.48.0
Browse files Browse the repository at this point in the history
In order to depend on the new upcoming version of `bitcoin` we need to
bump our MSRV.
  • Loading branch information
tcharding committed Oct 16, 2023
1 parent ee53d7d commit b070833
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- rust: nightly
env:
RUSTFMTCHK: false
- rust: 1.41.1
- rust: 1.48.0
env:
RUSTFMTCHK: false
steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

- MSRV changed from 1.41.1 to 1.48.0

# 0.17.0

- add `list_wallet_dir` rpc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ The following versions are officially supported and automatically tested:
* 0.21.0

# Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on **Rust 1.41.1**.
This library should always compile with any combination of features on **Rust 1.48.0**.
2 changes: 1 addition & 1 deletion contrib/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

set -xe

MSRV="1\.41"
MSRV="1\.48"

# Just echo all the relevant env vars to help debug Travis.
echo "RUSTFMTCHECK: \"$RUSTFMTCHECK\""
Expand Down

0 comments on commit b070833

Please sign in to comment.