This script successfully published the [0.2.0-test.4 GPUI prerelease](https://crates.io/crates/gpui/0.2.0-test.4). Release Notes: - N/A
20 lines
403 B
TOML
20 lines
403 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cargo_metadata.workspace = true
|
|
cargo_toml.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|
|
toml.workspace = true
|
|
indoc.workspace = true
|
|
toml_edit.workspace = true
|
|
workspace-hack.workspace = true
|