Files
rust/library/compiler-builtins/crates/panic-handler/Cargo.toml
Trevor Gross 364dd5fd5b 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.
2024-07-26 23:45:35 -04:00

9 lines
152 B
TOML

[package]
name = "panic-handler"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2021"
publish = false
[dependencies]