Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eupn committed Feb 27, 2024
1 parent ae66c0f commit f8a4151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bno055"
description = "Bosch Sensortec BNO055 9-axis IMU driver"
version = "0.3.3" # Remember to update lib.rs
version = "0.4.0" # Remember to update lib.rs
authors = ["Eugene P. <[email protected]>", "Henrik B. <[email protected]>"]
repository = "https://github.com/eupn/bno055"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/bno055/0.3.3")]
#![doc(html_root_url = "https://docs.rs/bno055/0.4.0")]
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::bad_bit_mask)]

Expand Down

0 comments on commit f8a4151

Please sign in to comment.