Skip to content

Commit

Permalink
Version bump v0.3.2 -> v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eupn committed Aug 26, 2021
1 parent 772bb3f commit 39eb5b8
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.2" # Remember to update lib.rs
version = "0.3.3" # 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.2")]
#![doc(html_root_url = "https://docs.rs/bno055/0.3.3")]
#![cfg_attr(not(feature = "std"), no_std)]

///! Bosch Sensortec BNO055 9-axis IMU sensor driver.
Expand Down

0 comments on commit 39eb5b8

Please sign in to comment.