Skip to content

Commit 7bde8df

Browse files
committed
bump MSRV to 1.56.1
1 parent 6436510 commit 7bde8df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
strategy:
3333
matrix:
3434
rust:
35-
- 1.48.0
35+
- 1.56.1
3636
- beta
3737
- stable
3838
os: [ ubuntu-latest, macos-latest ]
3939
exclude:
40-
- rust: 1.48.0
40+
- rust: 1.56.1
4141
os: macos-latest
4242
runs-on: ${{ matrix.os }}
4343
steps:
@@ -89,12 +89,12 @@ jobs:
8989
strategy:
9090
matrix:
9191
rust:
92-
- 1.48.0
92+
- 1.56.1
9393
- beta
9494
- stable
9595
os: [ ubuntu-latest, macos-latest ]
9696
exclude:
97-
- rust: 1.48.0
97+
- rust: 1.56.1
9898
os: macos-latest
9999
runs-on: ${{ matrix.os }}
100100
steps:

secp256k1-zkp-sys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ against those existing symbols is left as an exercise to the reader.
3333

3434
## Minimum Supported Rust Version
3535

36-
This library should always compile with any combination of features on **Rust 1.48.0**.
36+
This library should always compile with any combination of features on **Rust 1.56.1**.

0 commit comments

Comments
 (0)