We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82435c8 commit 343a3a5Copy full SHA for 343a3a5
1 file changed
Cargo.toml
@@ -23,7 +23,7 @@ rust-version = "1.80.0"
23
[workspace.dependencies]
24
# workspace dependencies
25
fastrace = { version = "0.7.10", path = "fastrace" }
26
-fastrace-macro = { version = "0.7.10", path = "fastrace-macro" }
+fastrace-macro = { version = "=0.7.10", path = "fastrace-macro" }
27
28
# workspace leaves
29
fastrace-datadog = { path = "fastrace-datadog" }
0 commit comments