Make xtask manifest and lockfile compatible with MSRV

This commit is contained in:
Alejandro González 2024-11-23 13:41:55 +01:00
parent 817ed2bf69
commit 1195238615
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

4
xtask/Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 4 version = 3
[[package]] [[package]]
name = "anstream" name = "anstream"
@ -193,7 +193,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]] [[package]]
name = "xtask" name = "xtask"
version = "0.0.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap", "clap",
"clap_mangen", "clap_mangen",

View file

@ -1,6 +1,7 @@
[package] [package]
name = "xtask" name = "xtask"
description = "xtasks for the Oxipng project: https://github.com/matklad/cargo-xtask" description = "xtasks for the Oxipng project: https://github.com/matklad/cargo-xtask"
version = "0.1.0"
edition = "2021" edition = "2021"
publish = false publish = false