Skip to content

Commit 01683dd

Browse files
committed
fix
1 parent d0290bd commit 01683dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ main() {
4747
echo 'portable-atomic = { version = "1.4", default-features = false }' >> $td/Cargo.toml
4848
fi
4949
if [[ "$options" == *"--impl_defmt"* ]]; then
50-
echo 'defmt = "0.3.5"' >> $td/Cargo.toml
50+
echo 'defmt = { version = "0.3.5", optional = true }' >> $td/Cargo.toml
5151
fi
5252
echo '[profile.dev]' >> $td/Cargo.toml
5353
echo 'incremental = false' >> $td/Cargo.toml

0 commit comments

Comments
 (0)