Skip to content

Commit 9da5643

Browse files
committed
fix
1 parent 07e4949 commit 9da5643

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.cargo/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
[target.'cfg(target_os = "none")']
1+
[target.armv7a-none-eabi]
2+
rustflags = ['--cfg', 'getrandom_backend="unsupported"']
3+
4+
[target.thumbv7em-none-eabi]
25
rustflags = ['--cfg', 'getrandom_backend="unsupported"']

0 commit comments

Comments
 (0)