Release 1.0.104

This commit is contained in:
David Tolnay 2025-03-24 15:13:21 -07:00
parent 8bc261eb41
commit eb505d1f24
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]] [[package]]
name = "cargo-expand" name = "cargo-expand"
version = "1.0.103" version = "1.0.104"
dependencies = [ dependencies = [
"bat", "bat",
"cargo-subcommand-metadata", "cargo-subcommand-metadata",

View file

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