Skip to content

Commit 7b0d8c0

Browse files
committed
Fix doc build and update to 0.4.3
1 parent 09a12f2 commit 7b0d8c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bmp390"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["Adam Sasine <adam.sasine@gmail.com>"]
66
description = "Asynchronous driver for the BMP390 pressure sensor"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
//! By default, the synchronous API is disabled.
3636
3737
#![no_std]
38-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
38+
#![cfg_attr(docsrs, feature(doc_cfg))]
3939

4040
use defmt::{debug, trace, Format};
4141
use embedded_hal_async::{delay::DelayNs, i2c::I2c};

0 commit comments

Comments
 (0)