mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-02 20:37:37 +03:00
Release 1.0.104
This commit is contained in:
parent
8bc261eb41
commit
eb505d1f24
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -194,7 +194,7 @@ checksum = "2d2c12f985c78475a6b8d629afd0c360260ef34cfef52efccdcfd31972f81c2e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-expand"
|
name = "cargo-expand"
|
||||||
version = "1.0.103"
|
version = "1.0.104"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bat",
|
"bat",
|
||||||
"cargo-subcommand-metadata",
|
"cargo-subcommand-metadata",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cargo-expand"
|
name = "cargo-expand"
|
||||||
version = "1.0.103"
|
version = "1.0.104"
|
||||||
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