Skip to content

Commit

Permalink
fix: pin things correctly with = rather than ~
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Mar 3, 2025
1 parent cda7c97 commit 6b5b0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/valgrind-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ categories = ["network-programming"]
description = "Internal crate for zenoh."

[dependencies]
base64ct = "~1.6.0"
zerofrom = "~0.1.5"
base64ct = "=1.6.0"
zerofrom = "=0.1.5"
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 6b5b0cd

Please sign in to comment.