From 0b264fd29cb14da41f9b17f312f2c326b06a317a Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 25 Oct 2024 11:44:32 +0200 Subject: [PATCH] Update lpc55-hal to v0.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c9595..64dea4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ SPDX-License-Identifier: CC0-1.0 # Changelog +## Unreleased + +- Update `lpc55-hal` to v0.4 + ## [v0.1.6][] (2025-08-13) - Fix `ExportObject` for large keys (NIST-P521 and brainpoolp512) ([#16][]) diff --git a/Cargo.toml b/Cargo.toml index 002a272..d3d80e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ embedded-hal = "0.2.7" heapless = "0.7" hex-literal = "0.4.1" iso7816 = "0.1.1" -lpc55-hal = { version = "0.3.0", optional = true } +lpc55-hal = { version = "0.4.0", optional = true } nrf-hal-common = { version = "0.15.0", optional = true } rand = { version = "0.8.5", optional = true, default-features = false } serde = { version = "1.0.185", default-features = false, features = ["derive"], optional = true } @@ -48,6 +48,3 @@ serde_bytes = ["dep:serde_bytes"] [package.metadata.docs.rs] features = ["aes-session", "builder", "serde"] - -[patch.crates-io] -lpc55-hal = { git = "https://github.com/Nitrokey/lpc55-hal", tag = "v0.3.0-nitrokey.2" }