From 7da24132d8d04db62e8cfe96d049d14c9e409080 Mon Sep 17 00:00:00 2001 From: sinjuginas Date: Thu, 24 Oct 2024 12:47:04 +0300 Subject: [PATCH] rustix_in_toml.patch created to update Cargo.toml with rustix with feature cc --- rustix_in_toml.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 rustix_in_toml.patch diff --git a/rustix_in_toml.patch b/rustix_in_toml.patch new file mode 100644 index 0000000..848dbc0 --- /dev/null +++ b/rustix_in_toml.patch @@ -0,0 +1,25 @@ +diff --git a/Cargo.toml b/Cargo.toml +index 2fd48e6..9fa6a39 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -16,7 +16,6 @@ categories = [ + "development-tools", + ] + +- + [dependencies] + clap = { version = "4.5.9", features = ["derive"] } + devicons = "0.6.7" +@@ -26,6 +25,7 @@ serde = { version = "1.0.204", features = ["derive"] } + serde_json = "1.0.120" + termcolor = "1.4.1" + thiserror = "1.0.64" ++rustix = { version = "0.38.37", features = ["cc"] } + + [[bin]] + name = "gg" +@@ -48,3 +48,4 @@ debug-assertions = false + overflow-checks = false + lto = "fat" + panic = "abort" ++