Skip to content

Commit 343a3a5

Browse files
authored
fix: lock the version of fastrace-macro (#113)
1 parent 82435c8 commit 343a3a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rust-version = "1.80.0"
2323
[workspace.dependencies]
2424
# workspace dependencies
2525
fastrace = { version = "0.7.10", path = "fastrace" }
26-
fastrace-macro = { version = "0.7.10", path = "fastrace-macro" }
26+
fastrace-macro = { version = "=0.7.10", path = "fastrace-macro" }
2727

2828
# workspace leaves
2929
fastrace-datadog = { path = "fastrace-datadog" }

0 commit comments

Comments
 (0)