Release 1.0.36

This commit is contained in:
David Tolnay 2022-12-17 10:46:47 -08:00
parent 1fb141dd38
commit 28b5e11ca7
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]]
name = "cargo-expand"
version = "1.0.35"
version = "1.0.36"
dependencies = [
"atty",
"bat",

View file

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