Skip to content

Commit

Permalink
Update arrayvec requirement from ~0.4 to ~0.5 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 28, 2020
1 parent ee9a4ea commit da6dd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rand_chacha = "~0.2.2"
sha2 = "~0.8"
num-traits = "~0.2"
lazy_static = "~1.4"
arrayvec = "~0.4"
arrayvec = "~0.5"
#Disable all features for ed25519 and enable the proper ones down in the [features] section below
ed25519-dalek = { version="=1.0.1", default-features = false, features = ["std"] }
clear_on_drop = "~0.2"
Expand Down

0 comments on commit da6dd99

Please sign in to comment.