Skip to content

Commit 11fd350

Browse files
committed
rs: bump MSRV to 1.81.0
1 parent 86cc801 commit 11fd350

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
rust:
13-
- version: 1.70.0 # MSRV
13+
- version: 1.81.0 # MSRV
1414
env: SKIP_CARGO_UPDATE=1
1515
- version: stable
1616
- version: beta

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
### Changed
2323
- `InsnDetail::regs_read()`/`InsnDetail::regs_write()` return more of the accessed registers
2424
- Bump bundled capstone to 5.0.6
25+
- Bump minimum Rust version to 1.81.0
2526

2627
### Fixed
2728
- `impl Display for Insn<'_>` now avoids to print trailing space

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `Capstone` struct is the main interface to the library.
2222

2323
See the [`capstone-sys`](capstone-sys) page for the requirements and supported platforms.
2424

25-
* Minimum Rust Version: `1.70.0`
25+
* Minimum Rust Version: `1.81.0`
2626

2727
# Example
2828

0 commit comments

Comments
 (0)