Bump version to 0.3.0

This commit is contained in:
marcelbuesing 2018-05-31 12:30:13 +02:00
parent ceed9e844b
commit bf9d05ec2e
No known key found for this signature in database
GPG key ID: E51C4F8A2B7FF43E
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "bme680" name = "bme680"
version = "0.2.0" version = "0.3.0"
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)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bme680" name = "bme680"
version = "0.2.0" version = "0.3.0"
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"