Mark compiler-builtins as publish = false

Now that this repository is a subtree, we have no need to continue
publishing `compiler-builtins`.
This commit is contained in:
Trevor Gross 2025-06-13 15:44:45 +00:00
parent 509b8f2291
commit 19b47ae1f4

View file

@ -6,6 +6,7 @@ description = "Compiler intrinsics used by the Rust compiler."
repository = "https://github.com/rust-lang/compiler-builtins"
license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
edition = "2024"
publish = false
links = "compiler-rt"
[lib]