diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-07-18 00:29:04 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-07-26 23:45:35 -0400 |
| commit | 364dd5fd5b431323792a96103df302303ccde325 (patch) | |
| tree | c529572f42a71ee008b4277744ba5805622d2ebd /library/compiler-builtins/crates | |
| parent | 1b28d626b49bba399a55421f74a490073291098f (diff) | |
| download | rust-364dd5fd5b431323792a96103df302303ccde325.tar.gz rust-364dd5fd5b431323792a96103df302303ccde325.zip | |
Add `release-plz` for automatic releases.
This is what `cc-rs` is using and should create a release PR whenever a change to `master` is made. If the branch is merged, it should publish the new version. Includes configuration to disable semver checks and not keep a changelog since this is an implementation detail.
Diffstat (limited to 'library/compiler-builtins/crates')
| -rw-r--r-- | library/compiler-builtins/crates/panic-handler/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/compiler-builtins/crates/panic-handler/Cargo.toml b/library/compiler-builtins/crates/panic-handler/Cargo.toml index 4fb81eb82a4..2ad85840900 100644 --- a/library/compiler-builtins/crates/panic-handler/Cargo.toml +++ b/library/compiler-builtins/crates/panic-handler/Cargo.toml @@ -3,5 +3,6 @@ name = "panic-handler" version = "0.1.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2021" +publish = false [dependencies] |
