Skip to content

Commit

Permalink
compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 29, 2023
1 parent ef192c7 commit 8c8e502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions plugins/zenoh-backend-traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ use zenoh::queryable::ReplyBuilder;
use zenoh::time::Timestamp;
use zenoh::value::Value;
pub use zenoh::Result as ZResult;
use zenoh_plugin_trait::{
concat_enabled_features, PluginControl, PluginInstance, PluginStatusRec, PluginStructVersion,
};
use zenoh_plugin_trait::{PluginControl, PluginInstance, PluginStatusRec, PluginStructVersion};
use zenoh_util::concat_enabled_features;

pub mod config;
use config::{StorageConfig, VolumeConfig};
Expand Down
1 change: 0 additions & 1 deletion zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ async-std = { workspace = true, features = ["attributes"] }
async-trait = { workspace = true }
const_format = { workspace = true }
base64 = { workspace = true }
const_format = { workspace = true }
env_logger = { workspace = true }
event-listener = { workspace = true }
flume = { workspace = true }
Expand Down

0 comments on commit 8c8e502

Please sign in to comment.