Skip to content

Commit 0377219

Browse files
committed
Make the sys crate no_std
1 parent 4b44a23 commit 0377219

File tree

1 file changed

+1
-0
lines changed
  • system-configuration-sys/src

1 file changed

+1
-0
lines changed

system-configuration-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//! [SystemConfiguration]: https://developer.apple.com/documentation/systemconfiguration?language=objc
1313
//! [`system-configuration`]: https://crates.io/crates/system-configuration
1414
15+
#![no_std]
1516
#![allow(non_camel_case_types)]
1617
#![allow(non_upper_case_globals)]
1718
#![allow(non_snake_case)]

0 commit comments

Comments
 (0)