Skip to content

Commit

Permalink
Bump UHLC to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 25, 2024
1 parent 153bf23 commit 0845008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 @@ -155,7 +155,7 @@ tokio-rustls = "0.25.0"
# tokio-vsock = see: io/zenoh-links/zenoh-link-vsock/Cargo.toml (workspaces does not support platform dependent dependencies)
console-subscriber = "0.2"
typenum = "1.16.0"
uhlc = { git = "https://github.com/atolab/uhlc-rs.git", branch = "zid", version = "0.6.0", default-features = false } # Default features are disabled due to usage in no_std crates
uhlc = { version = "0.7.0", default-features = false } # Default features are disabled due to usage in no_std crates
unzip-n = "0.1.2"
url = "2.3.1"
urlencoding = "2.1.2"
Expand Down

0 comments on commit 0845008

Please sign in to comment.