From 9918693037dce8aa4bb6f08741b6812923486c18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Jun 2024 11:26:03 +0200 Subject: Merging upstream version 1.76.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/xshell/Cargo.toml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'vendor/xshell/Cargo.toml') diff --git a/vendor/xshell/Cargo.toml b/vendor/xshell/Cargo.toml index 781152f51..0f3d3e0d3 100644 --- a/vendor/xshell/Cargo.toml +++ b/vendor/xshell/Cargo.toml @@ -13,15 +13,26 @@ edition = "2021" rust-version = "1.59" name = "xshell" -version = "0.2.3" +version = "0.2.5" authors = ["Aleksey Kladov "] -exclude = [".github/", "bors.toml", "rustfmt.toml", "cbench", "mock_bin/"] +exclude = [ + ".github/", + "bors.toml", + "rustfmt.toml", + "cbench", + "mock_bin/", +] description = "Utilities for quick shell scripting in Rust" -categories = ["development-tools::build-utils", "filesystem"] +readme = "README.md" +categories = [ + "development-tools::build-utils", + "filesystem", +] license = "MIT OR Apache-2.0" repository = "https://github.com/matklad/xshell" -resolver = "2" + [dependencies.xshell-macros] -version = "=0.2.3" +version = "=0.2.5" + [dev-dependencies.anyhow] version = "1.0.56" -- cgit v1.2.3