File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " parsec-client"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [" Ionut Mihalcea <ionut.mihalcea@arm.com>" ,
5
5
" Hugues de Valon <hugues.devalon@arm.com>" ]
6
6
description = " Parsec Client library for the Rust ecosystem"
Original file line number Diff line number Diff line change @@ -382,10 +382,6 @@ impl BasicClient {
382
382
/// Several crates (e.g. [`picky-asn1`](https://crates.io/crates/picky-asn1))
383
383
/// can greatly help in dealing with binary encodings.
384
384
///
385
- /// In order to export a public key, the export flag found in the
386
- /// [key policy](https://docs.rs/parsec-interface/*/parsec_interface/operations/psa_key_attributes/struct.KeyPolicy.html)
387
- /// **must** be `true`.
388
- ///
389
385
/// # Errors
390
386
///
391
387
/// If the implicit client provider is `ProviderID::Core`, a client error
You can’t perform that action at this time.
0 commit comments