Merge pull request #480 from ia0/remove_dep
Remove useless dependency after rng256 was split out
This commit is contained in:
@@ -10,7 +10,6 @@ license = "Apache-2.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libtock_drivers = { path = "../../third_party/libtock-drivers" }
|
|
||||||
rng256 = { path = "../rng256" }
|
rng256 = { path = "../rng256" }
|
||||||
arrayref = "0.3.6"
|
arrayref = "0.3.6"
|
||||||
subtle = { version = "2.2.3", default-features = false, features = ["nightly"] }
|
subtle = { version = "2.2.3", default-features = false, features = ["nightly"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user