Release 1.0.64

This commit is contained in:
David Tolnay 2023-08-05 11:44:43 -07:00
parent 246b062b0f
commit 44e0e2a35b
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

@ -178,7 +178,7 @@ checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
[[package]]
name = "cargo-expand"
version = "1.0.63"
version = "1.0.64"
dependencies = [
"bat",
"cargo-subcommand-metadata",

View file

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