aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPascal Kuthe2023-04-18 01:10:19 +0000
committerGitHub2023-04-18 01:10:19 +0000
commitca65d312e715413cd5675cafd599d74534900d3f (patch)
treed8a601993bd08c69652484279950f380bd912d44 /Cargo.lock
parent2ccb5b75d0a310b90b5cc453915281560ba1f220 (diff)
always build grammars with c++14 and c11 (#6792)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 470f41b4..38b10fce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1134,6 +1134,7 @@ dependencies = [
"log",
"once_cell",
"serde",
+ "tempfile",
"threadpool",
"toml",
"tree-sitter",