We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e4949 commit 9da5643Copy full SHA for 9da5643
1 file changed
.cargo/config.toml
@@ -1,2 +1,5 @@
1
-[target.'cfg(target_os = "none")']
+[target.armv7a-none-eabi]
2
+rustflags = ['--cfg', 'getrandom_backend="unsupported"']
3
+
4
+[target.thumbv7em-none-eabi]
5
rustflags = ['--cfg', 'getrandom_backend="unsupported"']
0 commit comments