Skip to content

Commit baa4d3f

Browse files
committed
Mark compiler-builtins as publish = false
Now that this repository is a subtree, we have no need to continue publishing `compiler-builtins`.
1 parent 8fe6945 commit baa4d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-builtins/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description = "Compiler intrinsics used by the Rust compiler."
66
repository = "https://github.com/rust-lang/compiler-builtins"
77
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
88
edition = "2024"
9+
publish = false
910
links = "compiler-rt"
1011

1112
[lib]

0 commit comments

Comments
 (0)