mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-05 05:47:38 +03:00
Release 1.0.38
This commit is contained in:
parent
50d5b52c14
commit
7a0a3c6d86
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -136,7 +136,7 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-expand"
|
name = "cargo-expand"
|
||||||
version = "1.0.37"
|
version = "1.0.38"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bat",
|
"bat",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cargo-expand"
|
name = "cargo-expand"
|
||||||
version = "1.0.37"
|
version = "1.0.38"
|
||||||
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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue