From b94b4fa94c85d5abb0d6ef366e84cfd61414be8a Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Mon, 2 May 2022 14:37:10 +0200 Subject: [PATCH] Bump MSRV to 1.48 Fixes #125 --- .github/workflows/main.yml | 2 +- CONTRIBUTING.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c728b8c..be936c52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: toolchain: - - 1.43 + - 1.48 - stable os: - ubuntu-latest diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2d7a112..452b82c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index f6f61590..fc9c174a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "revault_tx" version = "0.4.1" authors = ["Antoine Poinsot "] edition = "2018" -rust-version = "1.43" +rust-version = "1.48" repository = "https://github.com/revault/revault_tx" license-file = "LICENCE" keywords = ["revault", "bitcoin", "vault"] diff --git a/README.md b/README.md index 080d971f..319c2cde 100644 --- a/README.md +++ b/README.md @@ -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