Skip to content

Commit

Permalink
re-export object_store to avoid version confusion (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
madesroches-ubi authored Apr 2, 2024
1 parent bc7e693 commit d2adaa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/public/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ authors.workspace = true
[dependencies]
micromegas-ingestion.workspace = true
micromegas-telemetry.workspace = true

object_store.workspace = true
2 changes: 2 additions & 0 deletions rust/public/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! micromegas : scalable telemetry
pub use object_store;

pub mod telemetry {
pub use micromegas_telemetry::*;
}
Expand Down

0 comments on commit d2adaa5

Please sign in to comment.