Release 1.0.34

This commit is contained in:
David Tolnay 2022-10-15 01:52:36 -07:00
parent 5d3c20b011
commit ab754c4a68
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

@ -135,7 +135,7 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
[[package]] [[package]]
name = "cargo-expand" name = "cargo-expand"
version = "1.0.33" version = "1.0.34"
dependencies = [ dependencies = [
"atty", "atty",
"bat", "bat",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "cargo-expand" name = "cargo-expand"
version = "1.0.33" version = "1.0.34"
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"]