Browse Source

Update arrayvec to 0.5.1

This will also cancel the dependency of `nodrop`, which is deprecated there
pull/16/head
Nikolay Volf 4 years ago
committed by GitHub
parent
commit
1149d77e9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -21,7 +21,7 @@ simd_asm = ["simd_opt"]
std = []
[dependencies]
arrayvec = { version = "0.4.0", default-features = false }
arrayvec = { version = "0.5.1", default-features = false }
constant_time_eq = "0.1.0"
[dev-dependencies]

Loading…
Cancel
Save