We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0290bd commit 01683ddCopy full SHA for 01683dd
ci/script.sh
@@ -47,7 +47,7 @@ main() {
47
echo 'portable-atomic = { version = "1.4", default-features = false }' >> $td/Cargo.toml
48
fi
49
if [[ "$options" == *"--impl_defmt"* ]]; then
50
- echo 'defmt = "0.3.5"' >> $td/Cargo.toml
+ echo 'defmt = { version = "0.3.5", optional = true }' >> $td/Cargo.toml
51
52
echo '[profile.dev]' >> $td/Cargo.toml
53
echo 'incremental = false' >> $td/Cargo.toml
0 commit comments