Bump version to 0.3.1
This commit is contained in:
parent
1682f433ab
commit
1b6ccbb413
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -68,7 +68,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bme680"
|
name = "bme680"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"embedded-hal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"embedded-hal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bme680"
|
name = "bme680"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
||||||
description = "A pure Rust implementation for the BME680 environmental sensor."
|
description = "A pure Rust implementation for the BME680 environmental sensor."
|
||||||
repository = "https://github.com/marcelbuesing/bme680-hal"
|
repository = "https://github.com/marcelbuesing/bme680-hal"
|
||||||
|
|
Loading…
Reference in a new issue