aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-11-17 16:03:10 -0600
committerToby Vincent <tobyv@tobyvin.dev>2023-11-17 16:03:10 -0600
commit581ef1c6ae693bcc5ef409cf8663995bdf562442 (patch)
treeab8c98c3e20cca284200bcf8de8c6e9a02e2b07d
parentb5b58616cc29b5250ac481b894743c496e479332 (diff)
fix(cargo): remove nighly flag from global config
-rw-r--r--cargo/.local/share/cargo/config.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/cargo/.local/share/cargo/config.toml b/cargo/.local/share/cargo/config.toml
index a37388d..70f9eae 100644
--- a/cargo/.local/share/cargo/config.toml
+++ b/cargo/.local/share/cargo/config.toml
@@ -1,5 +1,2 @@
[registries.crates-io]
protocol = "sparse"
-
-[build]
-rustflags = ["-Z", "threads=8"]