Browse Source

Update managed to the latest version

Martijn Groeneveldt 4 years ago
parent
commit
bb0c891cad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -16,7 +16,7 @@ license = "0BSD"
 autoexamples = false
 autoexamples = false
 
 
 [dependencies]
 [dependencies]
-managed = { version = "0.7", default-features = false, features = ["map"] }
+managed = { version = "0.8", default-features = false, features = ["map"] }
 byteorder = { version = "1.0", default-features = false }
 byteorder = { version = "1.0", default-features = false }
 log = { version = "0.4.4", default-features = false, optional = true }
 log = { version = "0.4.4", default-features = false, optional = true }
 libc = { version = "0.2.18", optional = true }
 libc = { version = "0.2.18", optional = true }