Skip to content

Commit 50fd109

Browse files
committed
fix: add target architecture configuration for aarch64
1 parent b24cc36 commit 50fd109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![no_std]
2+
#![cfg(target_arch = "aarch64")]
23
#![feature(doc_cfg)]
34
#![doc = include_str!("../README.md")]
45

0 commit comments

Comments
 (0)