Limit short_vec length to u16, usize is overkill for our usage (#4588)

This commit is contained in:
Michael Vines
2019-06-06 20:18:41 -07:00
committed by GitHub
parent fd9fd43e83
commit 492cc93850
3 changed files with 43 additions and 28 deletions

View File

@@ -9,6 +9,7 @@ license = "Apache-2.0"
edition = "2018"
[dependencies]
assert_matches = "1.3.0"
bincode = "1.1.4"
bs58 = "0.2.0"
byteorder = "1.2.1"