Skip to content

Commit

Permalink
Bump MSRV to 1.48
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
darosior committed May 2, 2022
1 parent f2735d8 commit b94b4fa
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 b94b4fa

Please sign in to comment.