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:
parent
509b8f2291
commit
19b47ae1f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue