Skip to content

Commit

Permalink
refactor: use zenoh_util for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jun 3, 2024
1 parent d1659d6 commit e02acc9
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 136 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ json5 = "0.4.1"
paste = "1.0.14"
pyo3 = { version = "0.21.2", features = ["extension-module", "abi3-py38", "experimental-async", "experimental-declarative-modules"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
uhlc = "0.7.0"
validated_struct = "2.1.0"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", features = ["unstable"], default-features = false }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
Loading

0 comments on commit e02acc9

Please sign in to comment.