summaryrefslogtreecommitdiffstats
path: root/vendor/anstyle-query/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:47:55 +0000
commit2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4 (patch)
tree033cc839730fda84ff08db877037977be94e5e3a /vendor/anstyle-query/debian
parentInitial commit. (diff)
downloadcargo-2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4.tar.xz
cargo-2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4.zip
Adding upstream version 0.70.1+ds1.upstream/0.70.1+ds1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/anstyle-query/debian')
-rw-r--r--vendor/anstyle-query/debian/patches/reduce-rustc-version.patch13
-rw-r--r--vendor/anstyle-query/debian/patches/remove-windows-sys.patch20
-rw-r--r--vendor/anstyle-query/debian/patches/series2
3 files changed, 35 insertions, 0 deletions
diff --git a/vendor/anstyle-query/debian/patches/reduce-rustc-version.patch b/vendor/anstyle-query/debian/patches/reduce-rustc-version.patch
new file mode 100644
index 0000000..0d71a0c
--- /dev/null
+++ b/vendor/anstyle-query/debian/patches/reduce-rustc-version.patch
@@ -0,0 +1,13 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index c806b95..00d7bf1 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -11,7 +11,7 @@
+
+ [package]
+ edition = "2021"
+-rust-version = "1.64.0"
++rust-version = "1.63.0"
+ name = "anstyle-query"
+ version = "1.0.0"
+ include = [
diff --git a/vendor/anstyle-query/debian/patches/remove-windows-sys.patch b/vendor/anstyle-query/debian/patches/remove-windows-sys.patch
new file mode 100644
index 0000000..047554b
--- /dev/null
+++ b/vendor/anstyle-query/debian/patches/remove-windows-sys.patch
@@ -0,0 +1,20 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 63a431c..c806b95 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -71,9 +71,9 @@ replace = """
+ [Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD"""
+ exactly = 1
+
+-[target."cfg(windows)".dependencies.windows-sys]
+-version = "0.48.0"
+-features = [
+- "Win32_System_Console",
+- "Win32_Foundation",
+-]
++#[target."cfg(windows)".dependencies.windows-sys]
++#version = "0.48.0"
++#features = [
++# "Win32_System_Console",
++# "Win32_Foundation",
++#]
diff --git a/vendor/anstyle-query/debian/patches/series b/vendor/anstyle-query/debian/patches/series
new file mode 100644
index 0000000..7b85e82
--- /dev/null
+++ b/vendor/anstyle-query/debian/patches/series
@@ -0,0 +1,2 @@
+remove-windows-sys.patch
+reduce-rustc-version.patch