Andrew Geissler | f1e4406 | 2021-04-15 15:52:46 -0500 | [diff] [blame] | 1 | |
| 2 | Use cryptoki v0.1.1 which supports the "generate-bindings" feature |
| 3 | required for building Parsec service 0.7.0 in Yocto. |
| 4 | |
| 5 | Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> |
| 6 | Upstream-Status: Submitted |
| 7 | |
| 8 | --- a/Cargo.toml 2021-04-01 10:29:50.333687763 +0100 |
| 9 | +++ b/Cargo.toml 2021-04-01 10:27:13.051860002 +0100 |
| 10 | @@ -37,7 +37,7 @@ |
| 11 | version = "1.3.1" |
| 12 | |
| 13 | [dependencies.cryptoki] |
| 14 | -version = "0.1.0" |
| 15 | +version = "0.1.1" |
| 16 | features = ["psa-crypto-conversions"] |
| 17 | optional = true |
| 18 | |