Skip to content

Commit 1a6a1cf

Browse files
committed
Mark libm-macros and musl-math-sys as publish=false
1 parent 3f9d441 commit 1a6a1cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libm/crates/libm-macros/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "libm-macros"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
[lib]
78
proc-macro = true

libm/crates/musl-math-sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "musl-math-sys"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
[dependencies]
78

0 commit comments

Comments
 (0)