Skip to content

Commit 70e257a

Browse files
committed
Put the correct gimli dep
1 parent 581dc89 commit 70e257a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwind/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["main() <[email protected]>"]
55

66
[dependencies]
7-
gimli = "0.14"
7+
gimli = { git = 'https://github.com/main--/gimli.git', branch = 'unwind-patches' }
88
libc = "0.2"
99
fallible-iterator = "0.1"
1010
log = "0.3"

0 commit comments

Comments
 (0)