Skip to content

Commit 344919f

Browse files
authored
Merge pull request #215 from rust-lang/update-findshlibs
Update `findshlibs` dependency
2 parents 9a87e81 + 07061e2 commit 344919f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cpp_demangle = { default-features = false, version = "0.2.3", optional = true }
3131

3232
# Optional dependencies enabled through the `gimli-symbolize` feature
3333
addr2line = { version = "0.9.0", optional = true, default-features = false, features = ['std', 'std-object'] }
34-
findshlibs = { version = "0.4.1", optional = true }
34+
findshlibs = { version = "0.5.0", optional = true }
3535
memmap = { version = "0.7.0", optional = true }
3636
goblin = { version = "0.0.22", optional = true, default-features = false }
3737

0 commit comments

Comments
 (0)