Release 1.0.38

This commit is contained in:
David Tolnay 2023-01-23 18:31:15 -08:00
parent 50d5b52c14
commit 7a0a3c6d86
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

@ -136,7 +136,7 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
[[package]]
name = "cargo-expand"
version = "1.0.37"
version = "1.0.38"
dependencies = [
"atty",
"bat",

View file

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