diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index d91aeae3..6c322c15 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -48,7 +48,7 @@ arrayvec = { version = "0.7.0", default-features = false } memoffset = { version = "0.6.5", features = ["unstable_const"] } fallible_collections = { git = "https://github.com/gz/fallible_collections.git", branch = "allocator_api3", features = ["unstable", "rust_1_57"] } # Should be optional (but currently aren't, TODO) -gimli = { version = "0.26", default-features = false, features = ["read", "endian-reader"] } +gimli = { version = "0.32", default-features = false, features = ["read", "endian-reader"] } gdbstub = { git = "https://github.com/daniel5151/gdbstub.git", branch = "dev/0.6", default-features = false, features = ["alloc"] } gdbstub_arch = { git = "https://github.com/daniel5151/gdbstub.git", branch = "dev/0.6" } # Optional external libraries: