File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The `Capstone` struct is the main interface to the library.
2222
2323See 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
You can’t perform that action at this time.
0 commit comments