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