Release 1.0.82

This commit is contained in:
David Tolnay 2024-04-06 09:55:29 -07:00
parent 4c094e0bb8
commit 5c0f97ff03
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

@ -177,7 +177,7 @@ checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
[[package]]
name = "cargo-expand"
version = "1.0.81"
version = "1.0.82"
dependencies = [
"bat",
"cargo-subcommand-metadata",

View file

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