From b00de39af82dee0c0e46ae504b5790ed2d61178f Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 29 Jul 2025 13:31:54 +0200 Subject: Fix build of embassy-time with std+defmt. --- ci.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index 1208086a6..bb918b186 100755 --- a/ci.sh +++ b/ci.sh @@ -44,6 +44,7 @@ cargo batch \ --- build --release --manifest-path embassy-embedded-hal/Cargo.toml --target thumbv7em-none-eabi --features time \ --- build --release --manifest-path embassy-sync/Cargo.toml --target thumbv6m-none-eabi --features defmt \ --- build --release --manifest-path embassy-time/Cargo.toml --target thumbv6m-none-eabi --features defmt,defmt-timestamp-uptime,mock-driver \ + --- build --release --manifest-path embassy-time/Cargo.toml --features defmt,std \ --- build --release --manifest-path embassy-time-queue-utils/Cargo.toml --target thumbv6m-none-eabi \ --- build --release --manifest-path embassy-time-queue-utils/Cargo.toml --target thumbv6m-none-eabi --features generic-queue-8 \ --- build --release --manifest-path embassy-net/Cargo.toml --target thumbv7em-none-eabi --features defmt,tcp,udp,dns,proto-ipv4,medium-ethernet,packet-trace \ -- cgit