Skip to content

Commit

Permalink
bump MSRV to 1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 30, 2022
1 parent 327ef6e commit 730072f
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -22,7 +22,7 @@ jobs:
- rust: nightly
env:
DUMMY: true
- rust: 1.36.0
- rust: 1.41.1
env:
PIN_VERSIONS: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ elementsd = {version = "0.5.0", features=["0_21_0","bitcoind_22_0"], optional =
rand = "0.6.5"
serde_test = "1.0"
serde_json = "1.0"
serde_cbor = "0.8" # older than latest version to support 1.36
serde_cbor = "0.8" # older than latest version to support 1.41.1
ryu = "<1.0.5"
bincode = "1.3"
base64 = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ structures and network messages related to Elements

## Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on **Rust 1.36**.
This library should always compile with any combination of features on **Rust 1.41.1**.

0 comments on commit 730072f

Please sign in to comment.