FEAT: Remove odds dependency in arrayvec
Copy the encode_utf8 function from odds. std encode_utf8 requires Rust 1.15 and has a different signature, this one seems to fit us better.
This commit is contained in:
@@ -11,10 +11,6 @@ repository = "https://github.com/bluss/arrayvec"
|
||||
keywords = ["stack", "vector", "array", "data-structure", "no_std"]
|
||||
categories = ["data-structures", "no-std"]
|
||||
|
||||
[dependencies.odds]
|
||||
version = "0.2.23"
|
||||
default-features = false
|
||||
|
||||
[dependencies.nodrop]
|
||||
version = "0.1.8"
|
||||
path = "nodrop"
|
||||
|
||||
Reference in New Issue
Block a user