From c0a6243019d0233986dc66c8a6c59bcd2c459bb6 Mon Sep 17 00:00:00 2001 From: Adam Sasine Date: Fri, 31 May 2024 08:53:48 -0400 Subject: [PATCH] Bumped version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b7a0f4..364fe83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bmp390" -version = "0.2.0" +version = "0.3.0" dependencies = [ "defmt", "embassy-time", diff --git a/Cargo.toml b/Cargo.toml index 722ed29..92cd528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bmp390" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Adam Sasine "] description = "Asynchronous driver for the BMP390 pressure sensor"