diff --git a/Cargo.toml b/Cargo.toml index 2d61dff2..c9f10eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["gdb", "emulation", "no_std", "debugging"] categories = ["development-tools::debugging", "embedded", "emulators", "network-programming", "no-std"] [dependencies] -cfg-if = "0.1" +cfg-if = "0.1.10" log = "0.4" managed = { version = "0.8", default-features = false } num-traits = { version = "0.2", default-features = false }