Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 2a89eb0

Browse files
committed
swap stable to be unstable
1 parent e50df4d commit 2a89eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![deny(warnings)]
33
#![no_std]
44
#![cfg_attr(
5-
all(target_arch = "wasm32", not(feature = "stable")),
5+
all(target_arch = "wasm32", feature = "unstable"),
66
feature(core_intrinsics)
77
)]
88

0 commit comments

Comments
 (0)