Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit c796518

Browse files
Update addr2line requirement from 0.16 to 0.20 in /kernel
Updates the requirements on [addr2line](https://github.com/gimli-rs/addr2line) to permit the latest version. - [Release notes](https://github.com/gimli-rs/addr2line/releases) - [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md) - [Commits](gimli-rs/addr2line@0.16.0...0.20.0) --- updated-dependencies: - dependency-name: addr2line dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 258708f commit c796518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gimli = { version = "0.26", default-features = false, features = ["read", "endia
5252
gdbstub = { git = "https://github.com/daniel5151/gdbstub.git", branch = "dev/0.6", default-features = false, features = ["alloc"] }
5353
gdbstub_arch = { git = "https://github.com/daniel5151/gdbstub.git", branch = "dev/0.6" }
5454
# Optional external libraries:
55-
addr2line = { version = "0.16", default-features = false, features = ["rustc-demangle"], optional = true }
55+
addr2line = { version = "0.20", default-features = false, features = ["rustc-demangle"], optional = true }
5656
smoltcp = { version = "0.8.0", default-features = false, features = [ "alloc", "log", "proto-ipv4", "proto-igmp", "proto-dhcpv4", "socket-raw", "socket-icmp", "socket-udp", "socket-tcp" ], optional = true }
5757

5858
[[bin]]

0 commit comments

Comments
 (0)