Skip to content

Commit 6d64c5f

Browse files
feat!: Bump MSRV to 1.88.0 (#47)
1 parent 78146e0 commit 6d64c5f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
os: [windows-latest, macos-latest, ubuntu-latest]
33-
rust_version: [stable, 1.74.0]
33+
rust_version: [stable, 1.88.0]
3434

3535
steps:
3636
- name: Checkout repository
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
target: [aarch64-unknown-linux-gnu]
77-
rust_version: [stable, 1.74.0]
77+
rust_version: [stable, 1.88.0]
7878

7979
steps:
8080
- name: Checkout repository

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
edition = "2021"
1111
keywords = ["jumbf"]
1212
categories = ["parsing"]
13-
rust-version = "1.74.0"
13+
rust-version = "1.88.0"
1414

1515
[features]
1616
default = ["parser"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ We welcome contributions to this project. For information on contributing, provi
9090

9191
## Requirements
9292

93-
The crate requires **Rust version 1.74.0** or newer. When a newer version of Rust becomes required, a new minor (1.x.0) version of this crate will be released.
93+
The crate requires **Rust version 1.88.0** or newer. When a newer version of Rust becomes required, a new minor (1.x.0) version of this crate will be released.
9494

9595
### Supported platforms
9696

0 commit comments

Comments
 (0)