Skip to content
Snippets Groups Projects
Unverified Commit 3d3f3554 authored by gendx's avatar gendx Committed by GitHub
Browse files

Merge pull request #8 from gendx/update-arrayref

Update arrayref version in libraries/crypto.
parents d85b081a a845b813
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ edition = "2018" ...@@ -12,7 +12,7 @@ edition = "2018"
[dependencies] [dependencies]
libtock = { path = "../../third_party/libtock-rs" } libtock = { path = "../../third_party/libtock-rs" }
cbor = { path = "../cbor" } cbor = { path = "../cbor" }
arrayref = "0.3.5" arrayref = "0.3.6"
subtle = { version = "2.2", default-features = false, features = ["nightly"] } subtle = { version = "2.2", default-features = false, features = ["nightly"] }
byteorder = { version = "1", default-features = false } byteorder = { version = "1", default-features = false }
hex = { version = "0.3.2", default-features = false, optional = true } hex = { version = "0.3.2", default-features = false, optional = true }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment