aboutsummaryrefslogtreecommitdiff
path: root/helix-loader/Cargo.toml
diff options
context:
space:
mode:
authorPascal Kuthe2023-04-18 01:10:19 +0000
committerGitHub2023-04-18 01:10:19 +0000
commitca65d312e715413cd5675cafd599d74534900d3f (patch)
treed8a601993bd08c69652484279950f380bd912d44 /helix-loader/Cargo.toml
parent2ccb5b75d0a310b90b5cc453915281560ba1f220 (diff)
always build grammars with c++14 and c11 (#6792)
Diffstat (limited to 'helix-loader/Cargo.toml')
-rw-r--r--helix-loader/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml
index 31cfbf62..60b1e911 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -27,6 +27,7 @@ log = "0.4"
# cloning/compiling tree-sitter grammars
cc = { version = "1" }
threadpool = { version = "1.0" }
+tempfile = "3.5.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
libloading = "0.8"