summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_smartrest/src/error.rs
diff options
context:
space:
mode:
authorPradeepKiruvale <PRADEEPKIRUVALE@gmail.com>2022-01-11 19:11:07 +0530
committerGitHub <noreply@github.com>2022-01-11 19:11:07 +0530
commit141e93c03c8f9d9a9dd7076830445b3fd9cd5154 (patch)
tree794582fdad064c6021fb02db200f8a7d00260d67 /crates/core/c8y_smartrest/src/error.rs
parent1f41ff7f0909cee0452801f31ab983a581abfd8d (diff)
[663] agent topics (#731)
* move topics to json_sm crate * rename json_sm to sm_interface * format * rename agent interface * fix order of crates * rename crate * rename topics enum * refactor downloader code * move topicerror to error.rs * trigger wf * cargo fmt * address review comments * separate c8y topics * add tests * cargo fmt * change match cases * use download from common crate * update test names * fix the match issue * fix the topic matching * address review comments * remove mqtt dependancy * simplify try_from Co-authored-by: Pradeep Kumar K J <pradeepkumar.kj@sofwareag.com>
Diffstat (limited to 'crates/core/c8y_smartrest/src/error.rs')
-rw-r--r--crates/core/c8y_smartrest/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/c8y_smartrest/src/error.rs b/crates/core/c8y_smartrest/src/error.rs
index d7463c1a..ee52f984 100644
--- a/crates/core/c8y_smartrest/src/error.rs
+++ b/crates/core/c8y_smartrest/src/error.rs
@@ -1,4 +1,4 @@
-use json_sm::SoftwareUpdateResponse;
+use agent_interface::SoftwareUpdateResponse;
#[derive(thiserror::Error, Debug)]
pub enum SmartRestSerializerError {