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

Commit 407b8b7

Browse files
committed
Re-export the stable libm feature
1 parent 8f018d6 commit 407b8b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/libm-bench/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ license = "MIT OR Apache-2.0"
99
libm = { path = "../..", default-features = false }
1010
rand = "0.6.5"
1111
paste = "0.1.5"
12+
13+
[features]
14+
default = []
15+
stable = [ "libm/stable" ]

0 commit comments

Comments
 (0)