rustix_in_toml.patch created to update Cargo.toml with rustix with feature cc
This commit is contained in:
parent
474d6e8f3e
commit
7da24132d8
25
rustix_in_toml.patch
Normal file
25
rustix_in_toml.patch
Normal file
@ -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"
|
||||
+
|
Loading…
Reference in New Issue
Block a user