Skip to content

Commit

Permalink
chore: Lock tree_magic_mimi to 3.0 as 3.1 fails to compile with MUSL
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Mar 15, 2024
1 parent 9311d1b commit 8985576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pact_matching/Cargo.toml
Expand Up @@ -51,7 +51,7 @@ sxd-document = { version = "0.3.2", optional = true }
tokio = { version = "1.27.0", features = ["full"] }
tracing = "0.1.37" # This needs to be the same version across all the libs (i.e. plugin driver, pact ffi)
tracing-core = "0.1.30" # This needs to be the same version across all the pact libs (i.e. plugin driver, pact ffi)
tree_magic_mini = "3.0.3"
tree_magic_mini = "~3.0.3"
uuid = { version = "1.3.0", features = ["v4"] }

[dependencies.reqwest]
Expand Down

0 comments on commit 8985576

Please sign in to comment.