Skip to content

Commit

Permalink
fix: pin base64ct to 1.6.0 for valgrind-check (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Feb 26, 2025
1 parent 6655ed9 commit 1964079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/valgrind-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ categories = ["network-programming"]
description = "Internal crate for zenoh."

[dependencies]
base64ct = "~1.6.0"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "time", "io-std"] }
zenoh = { path = "../../zenoh/" }
zenoh-runtime = { path = "../../commons/zenoh-runtime/" }
Expand Down

0 comments on commit 1964079

Please sign in to comment.