mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Release 1.0.95
This commit is contained in:
parent
40127ed6ec
commit
4979d19d0f
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -178,7 +178,7 @@ checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-expand"
|
name = "cargo-expand"
|
||||||
version = "1.0.94"
|
version = "1.0.95"
|
||||||
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.94"
|
version = "1.0.95"
|
||||||
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