Skip to content

Commit

Permalink
Merge pull request #54 from eclipse-zenoh/simplified_load_plugin
Browse files Browse the repository at this point in the history
updated to new plugin API
  • Loading branch information
milyin authored Feb 22, 2024
2 parents 27dfc66 + bcd8d27 commit 33d771f
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 144 deletions.
92 changes: 61 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ description = "Backend for Zenoh using InfluxDB"
async-std = "1.12.0"
async-trait = "0.1.66"
base64 = "0.21.0"
env_logger = "0.10.0"
env_logger = "0.11.0"
git-version = "0.3.5"
lazy_static = "1.4.0"
log = "0.4.17"
Expand All @@ -48,6 +48,7 @@ uuid = { version = "1.3.0", features = ["v4"] }

zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable"] }
zenoh_backend_traits = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-trait = { version = "0.11.0-dev", git = "htttps://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-collections = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
1 change: 1 addition & 0 deletions v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ zenoh_backend_traits = { workspace = true }
zenoh-collections = { workspace = true }
zenoh-core = { workspace = true }
zenoh-util = { workspace = true }
zenoh-plugin-trait = { workspace = true }

[build-dependencies]
rustc_version = "0.4.0"
Expand Down
Loading

0 comments on commit 33d771f

Please sign in to comment.