Skip to content

Commit

Permalink
Merge #127: Bump MSRV to 1.48
Browse files Browse the repository at this point in the history
b94b4fa Bump MSRV to 1.48 (Antoine Poinsot)

Pull request description:

  Fixes #125

ACKs for top commit:
  edouardparis:
    ACK b94b4fa

Tree-SHA512: ddd5bb9c0392586a9f632b38c8a317e38955d8ca368aee80ed34b7728fd7e0a69cfc4797194c9f76bc0867134fd7530ad613e310d6ea482d65b8ddc5e0cbea69
  • Loading branch information
darosior committed May 2, 2022
2 parents f2735d8 + b94b4fa commit 8fd1bb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.43
- 1.48
- stable
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -55,7 +55,7 @@ fixes.

## MSRV

Each commit must (usually) build and pass the test on Rust `1.43`.
Each commit must (usually) build and pass the test on Rust `1.48`.


## Style
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "revault_tx"
version = "0.4.1"
authors = ["Antoine Poinsot <darosior@protonmail.com>"]
edition = "2018"
rust-version = "1.43"
rust-version = "1.48"
repository = "https://github.com/revault/revault_tx"
license-file = "LICENCE"
keywords = ["revault", "bitcoin", "vault"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Revault-specific transactions.

# Minimum Supported Rust Version

This library should always compile with any combination of features on **Rust 1.43**.
This library should always compile with any combination of features on **Rust 1.48**.


# Contributing
Expand Down

0 comments on commit 8fd1bb3

Please sign in to comment.