From 3e965510048d52a8bd1159610b9fe654d336b7d9 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 5 Jan 2018 22:44:25 +0000 Subject: [PATCH] Bump `managed` dependency to 0.5. --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa79674..27eabf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,16 +12,11 @@ categories = ["embedded"] license = "0BSD" [dependencies] +managed = { version = "0.5", default-features = false, features = ["map"] } byteorder = { version = "1.0", default-features = false } log = { version = "0.3", default-features = false, optional = true } libc = { version = "0.2.18", optional = true } -[dependencies.managed] -git = "https://github.com/m-labs/rust-managed.git" -rev = "629a6786a1cf1692015f464ed16c04eafa5cb8d1" -default-features = false -features = ["map"] - [dev-dependencies] env_logger = "0.4" getopts = "0.2"