Skip to content

Commit

Permalink
chore: pin litemap to 0.7.4
Browse files Browse the repository at this point in the history
0.7.5 MSRV is 1.81
  • Loading branch information
diogomatsubara committed Mar 3, 2025
1 parent 6b5b0cd commit 383d4bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/valgrind-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ description = "Internal crate for zenoh."
[dependencies]
base64ct = "=1.6.0"
zerofrom = "=0.1.5"
litemap = "=0.7.4"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "time", "io-std"] }
zenoh = { path = "../../zenoh/" }
zenoh-runtime = { path = "../../commons/zenoh-runtime/" }
Expand All @@ -38,4 +39,4 @@ name = "queryable_get"
path = "src/queryable_get/bin/z_queryable_get.rs"

[package.metadata.cargo-machete]
ignored = ["base64ct", "zerofrom"]
ignored = ["base64ct", "zerofrom", "litemap"]

0 comments on commit 383d4bf

Please sign in to comment.