Skip to content

Commit

Permalink
Bump MSRV to 1.70.0
Browse files Browse the repository at this point in the history
Also check in Cargo.lock
  • Loading branch information
tmfink committed Apr 14, 2024
1 parent 38bbcce commit 814558a
Show file tree
Hide file tree
Showing 8 changed files with 942 additions and 3 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.60.0
- 1.70.0
- stable
- beta
- nightly
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Cargo
target
Cargo.lock

# HTML output
CHANGELOG.html
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - YYYY-MM-DD
### Changed
- Bump minimum Rust version to 1.70.0

## [0.12.0] - 2024-02-25
### Added
- `full` feature (enabled by default) which disables [diet mode] for the Capstone C library
Expand Down Expand Up @@ -161,6 +165,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Dependency

[UNRELEASED]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.12.0...master
[0.12.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.11.0...capstone-v0.12.0
[0.11.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.10.0...capstone-v0.11.0
[0.10.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.9.0...capstone-v0.10.0
Expand Down
Loading

0 comments on commit 814558a

Please sign in to comment.