Release 1.0.101

This commit is contained in:
David Tolnay 2025-03-02 23:23:38 -08:00
parent 95df5c388a
commit 9804ddf1c4
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.100" version = "1.0.101"
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.100" version = "1.0.101"
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"]