diff options
| author | Ville Lautanala <lautis@gmail.com> | 2019-03-18 21:26:39 +0200 |
|---|---|---|
| committer | Ville Lautanala <lautis@gmail.com> | 2019-03-18 21:26:39 +0200 |
| commit | 978f99de1b30cc5a06ab8fa9be23d3c31cff6193 (patch) | |
| tree | c3671024eb6e5779899eee424a44f89a9e845e9d | |
| parent | 93cffbd55519965871467e24e08f4a8e03a7b2c7 (diff) | |
| download | ruuvitag-listener-master.tar.gz ruuvitag-listener-master.zip | |
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -319,7 +319,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ruuvitag-listener" -version = "0.3.7" +version = "0.3.8" dependencies = [ "rumble 0.3.0 (git+https://github.com/lautis/rumble?tag=v0.3.0.ruuvitag-listener.1)", "ruuvi-sensor-protocol 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,7 +1,7 @@ [package] name = "ruuvitag-listener" description = "Print RuuviTag measurements in Telegraf compatible format" -version = "0.3.7" +version = "0.3.8" license = "MIT" authors = ["Ville Lautanala <lautis@gmail.com>"] repository = "https://github.com/lautis/ruuvitag-listener" |
