diff --git a/CHANGELOG.md b/CHANGELOG.md index 714106d4a84..8da3c2f13fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,7 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed unused items: - `config`: `MAX_APPLICATION_NAME_LENGTH`, `MAX_LABEL_LENGTH`, `MAX_LONG_DATA_LENGTH`, `MAX_OBJECT_HANDLES`, `MAX_PATH_LENGTH` - - `types`: `Attributes`, `CertificateType` `DataAttributes`, `KeyAttributes`, `Letters`, `LongData`, `ObjectType` + - `types`: `Attributes`, `CertificateType` `DataAttributes`, `KeyAttributes`, `Letters`, `LongData`, `ObjectType`, `consent::Urgency` - Removed the `Syscall` implementations for `Service` and the `Syscall::try_as_new_client` and `Syscall::try_new_client` methods. - Removed `TrussedInterchange` and `TRUSSED_INTERCHANGE` from `pipe`. - Removed the `clients-?` features. diff --git a/src/types.rs b/src/types.rs index bfea1ef40c9..46f7adbf034 100644 --- a/src/types.rs +++ b/src/types.rs @@ -40,16 +40,6 @@ pub mod ui { pub mod consent { pub use trussed_core::types::consent::{Error, Level, Result}; - - use serde::{Deserialize, Serialize}; - - #[derive(Copy, Clone, Eq, PartialEq, Debug, Serialize, Deserialize)] - pub enum Urgency { - /// Pending other user consent requests will fail as interrupted. - InterruptOthers, - /// If other user consent requests are pending, fail this request. - FailIfOthers, - } } pub const IMPLEMENTED_MECHANISMS: &[Mechanism] = &[