From 4caeaba494ba2723d144a2b6aa3ca342f06d23bc Mon Sep 17 00:00:00 2001 From: Sebastian Woetzel Date: Wed, 29 Apr 2020 21:18:45 +0200 Subject: [PATCH] Use net SatNOGS Network API --- Cargo.lock | 6 +++--- monitor/CHANGELOG.md | 4 ++++ monitor/Cargo.toml | 2 +- satnogs-network-client/Cargo.toml | 2 +- satnogs-network-client/src/stations.rs | 1 - 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c32fa6..8c9c889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,7 +1199,7 @@ dependencies = [ [[package]] name = "satnogs-monitor" -version = "0.4.0" +version = "0.4.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1219,7 +1219,7 @@ dependencies = [ "read_color 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "satnogs-db-client 0.1.0", - "satnogs-network-client 0.1.0", + "satnogs-network-client 0.2.0", "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1232,7 +1232,7 @@ dependencies = [ [[package]] name = "satnogs-network-client" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "mockito 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/monitor/CHANGELOG.md b/monitor/CHANGELOG.md index 15bfc2e..3594f50 100644 --- a/monitor/CHANGELOG.md +++ b/monitor/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2020-04-29 +### Fixed +- Update `satnogs-network-client` to work with new station api + ## [0.4.0] - 2020-04-13 ### Added - #18 config options `rotator_warn` and `rotator_error` to override the warning diff --git a/monitor/Cargo.toml b/monitor/Cargo.toml index d0d857f..ab60719 100644 --- a/monitor/Cargo.toml +++ b/monitor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satnogs-monitor" -version = "0.4.0" +version = "0.4.1" authors = ["Sebastian Woetzel "] edition = "2018" diff --git a/satnogs-network-client/Cargo.toml b/satnogs-network-client/Cargo.toml index 2e562d8..6ffcab2 100644 --- a/satnogs-network-client/Cargo.toml +++ b/satnogs-network-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satnogs-network-client" -version = "0.1.0" +version = "0.2.0" authors = ["Sebastian Woetzel "] edition = "2018" diff --git a/satnogs-network-client/src/stations.rs b/satnogs-network-client/src/stations.rs index 8c2de8c..8c3349e 100644 --- a/satnogs-network-client/src/stations.rs +++ b/satnogs-network-client/src/stations.rs @@ -50,7 +50,6 @@ pub struct StationInfo { pub lng: f64, /// QTH locator pub qthlocator: String, - pub location: String, /// antennas pub antenna: Vec, /// date and time the station was created