Release 1.0.102

This commit is contained in:
David Tolnay 2025-03-13 10:55:39 -07:00
parent ff4c109d20
commit fde85f1d46
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -194,7 +194,7 @@ checksum = "2d2c12f985c78475a6b8d629afd0c360260ef34cfef52efccdcfd31972f81c2e"
[[package]]
name = "cargo-expand"
version = "1.0.101"
version = "1.0.102"
dependencies = [
"bat",
"cargo-subcommand-metadata",

View file

@ -1,6 +1,6 @@
[package]
name = "cargo-expand"
version = "1.0.101"
version = "1.0.102"
authors = ["David Tolnay <dtolnay@gmail.com>"]
autotests = false
categories = ["development-tools::cargo-plugins", "development-tools::debugging"]