Skip to content

Commit 74ccb09

Browse files
committed
Bump MSRV to 1.60.0
1 parent 0f2cf27 commit 74ccb09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
rust:
14-
- 1.56.0
14+
- 1.60.0
1515
- stable
1616
- beta
1717
- nightly

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED] - YYYY-MM-DD
99
### Changed
10-
- Bump minimum Rust version to 1.56.0
10+
- Bump minimum Rust version to 1.60.0
1111
- `Arm64OperandType::Sys` contains `Arm64SysOp` instead of `u32`
1212

1313
## [0.11.0] - 2022-05-01

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `Capstone` struct is the main interface to the library.
2424

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

27-
* Minimum Rust Version: `1.56.0`
27+
* Minimum Rust Version: `1.60.0`
2828

2929
# Example
3030

capstone-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ capstone-sys = { path = "../capstone-sys", version = "0.15.0", default_features
1919
libc = { version = "0.2", default-features = false }
2020

2121
[dev-dependencies]
22-
macho = "0.*"
22+
macho = "0.4.1"
2323
criterion = "0.3"
2424
rayon = "1.1"
2525

0 commit comments

Comments
 (0)