Skip to content

Commit

Permalink
bumped embedded HAL
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 15, 2024
1 parent c9b5f6a commit a69671c
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 159 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [v0.3.0]

- Update `embedded-hal` to v1.
- Add optional `defmt` feature.

## [v0.2.1]

- README tweaks
Expand Down
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "max116xx-10bit"
version = "0.2.1"
version = "0.3.0"
authors = ["Robin Mueller <[email protected]>"]
edition = "2021"
description = "Driver crate for the MAX116xx 10-bit ADC devices"
Expand All @@ -12,5 +12,6 @@ categories = ["embedded", "no-std", "hardware-support"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-hal = { version = "0.2.6", features = ["unproven"] }
nb = "1.0.0"
embedded-hal = "1"
nb = "1"
defmt = { version = "0.3", optional = true }
Loading

0 comments on commit a69671c

Please sign in to comment.