Skip to content

Commit

Permalink
Bump MSRV to 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed Jul 17, 2023
1 parent 0f2cf27 commit 74ccb09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
rust:
- 1.56.0
- 1.60.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.11.0] - 2022-05-01
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The `Capstone` struct is the main interface to the library.

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

* Minimum Rust Version: `1.56.0`
* Minimum Rust Version: `1.60.0`

# Example

Expand Down
2 changes: 1 addition & 1 deletion capstone-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ capstone-sys = { path = "../capstone-sys", version = "0.15.0", default_features
libc = { version = "0.2", default-features = false }

[dev-dependencies]
macho = "0.*"
macho = "0.4.1"
criterion = "0.3"
rayon = "1.1"

Expand Down

0 comments on commit 74ccb09

Please sign in to comment.