Skip to content

Commit

Permalink
Update README with status and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragarnoy committed Oct 27, 2024
1 parent 282a0ee commit 2181e9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ categories = ["embedded", "no-std"]
readme = "README.md"
license = "MIT"
edition = "2021"
version = "0.1.3"
rust-version = "1.77"
version = "0.1.4"
rust-version = "1.81"

[dependencies]
a121-sys = { version = "0.4", features = ["distance", "presence"] }
Expand All @@ -25,7 +25,7 @@ num = { version = "0.4", default-features = false }
libm = { version = "0.2.8", default-features = false, optional = true }

[build-dependencies]
bindgen = "0.69"
bindgen = "0.70"
cc = "1.0"

[features]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ _a121-rs_ is a Rust library providing a high-level abstraction for interfacing w

_a121-rs_ aims to simplify the development process for applications requiring accurate distance measurements and presence detection, leveraging the unique capabilities of the A121 radar sensor.

## Status

Being maintained but definitely looking for assistance

## Features

_a121-rs_ comes with a host of features designed to make working with the A121 sensor as straightforward as possible:
Expand Down

0 comments on commit 2181e9c

Please sign in to comment.