Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check in Cargo.lock and set MSRV #153

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/target/
**/*.orig
**/*.rs.bk
Cargo.lock
bloat_log*
!.gitignore
!.github
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

(no changes)
- Set MSRV for `microbit` and `microbit-v2` crates.

## [0.15.0] - 2024-06-19

- Update HAL crates to 0.18.0.
* Update installation instructions for `probe-rs`
- Update installation instructions for `probe-rs`

## [0.14.0] - 2024-04-18

Expand Down
Loading
Loading