Skip to content

Commit 01c22b6

Browse files
authored
Merge pull request #135 from TheBlueMatt/main
Add missing `addr2line` dependency to `compiler-builtins-dummy`
2 parents 4156170 + 778072f commit 01c22b6

File tree

1 file changed

+1
-0
lines changed
  • deterministic-build-wrappers/compiler-builtins-dummy

1 file changed

+1
-0
lines changed

deterministic-build-wrappers/compiler-builtins-dummy/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ edition = "2021"
77
compiler_builtins = "=0.1.109"
88
gimli = "=0.25.0"
99
object = "=0.26.2"
10+
addr2line = "=0.16.0"

0 commit comments

Comments
 (0)