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 10
10
fail-fast : false
11
11
matrix :
12
12
rust :
13
- - version : 1.70 .0 # MSRV
13
+ - version : 1.81 .0 # MSRV
14
14
env : SKIP_CARGO_UPDATE=1
15
15
- version : stable
16
16
- 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
22
22
### Changed
23
23
- ` InsnDetail::regs_read() ` /` InsnDetail::regs_write() ` return more of the accessed registers
24
24
- Bump bundled capstone to 5.0.6
25
+ - Bump minimum Rust version to 1.81.0
25
26
26
27
### Fixed
27
28
- ` 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.
22
22
23
23
See the [ ` capstone-sys ` ] ( capstone-sys ) page for the requirements and supported platforms.
24
24
25
- * Minimum Rust Version: ` 1.70 .0 `
25
+ * Minimum Rust Version: ` 1.81 .0 `
26
26
27
27
# Example
28
28
You can’t perform that action at this time.
0 commit comments