diff --git a/.gitignore b/.gitignore index aa4b3f4..a3b6fe7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # IDE/Editors specific stuff and junk .vscode/ +rust-analyzer.json # Build artifacts target/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eeb61a..a84f466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [Integration](https://crates.io/crates/mcan-core) with the [`mcan`](https://crates.io/crates/mcan) crate. - Implementation of blocking::i2c::Transactional trait from [embedded-hal](https://crates.io/crates/embedded-hal) for TWI device. - Support for `critical-section` feature, falling down to PAC optional dependency. +- Add `rust-analyzer.json` used by Neovim plugin `rustaceanvim` to `.gitignore`. ### Changed - Remove `rust-toolchain.toml` and control MSRV from `.github/workflow/` files instead.