diff --git a/Cargo.toml b/Cargo.toml index a057185..8b661d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ categories = ["data-structures", "no-std"] readme = "README.md" [dependencies] -arrayvec = { version = "0.6", default-features = false } +arrayvec = { version = "0.7", default-features = false }