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.
9 lines
152 B
TOML
9 lines
152 B
TOML
[package]
|
|
name = "panic-handler"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|