Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed Dec 7, 2022
1 parent 298ad4d commit 2e49a2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
name = "ade791x"
readme = "README.md"
repository = "https://github.com/GrepitAB/ade791x-rs"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Rust ADE791x 3-Channel, Isolated, Sigma-Delta ADC with SPI Driver

![crates.io](https://img.shields.io/crates/v/ade791x)
![docs.rs](https://img.shields.io/docsrs/ade791x)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/GrepitAB/ade791x-rs/Cargo)
[![crates.io](https://img.shields.io/crates/v/ade791x)](https://crates.io/crates/ade791x)
[![docs.rs](https://img.shields.io/docsrs/ade791x)](https://docs.rs/ade791x)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/GrepitAB/ade791x-rs/Cargo)](https://github.com/GrepitAB/ade791x-rs/actions/workflows/cargo.yml)

This is a platform-agnostic Rust driver for the ADE7912/ADE7913 3-Channel, Isolated, Sigma-Delta ADC with SPI, using the [`embedded-hal`](https://github.com/rust-embedded/embedded-hal) traits.

Expand Down

0 comments on commit 2e49a2e

Please sign in to comment.