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" ++