always build grammars with c++14 and c11 (#6792)

This commit is contained in:
Pascal Kuthe 2023-04-18 03:10:19 +02:00 committed by GitHub
parent 2ccb5b75d0
commit ca65d312e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 7 deletions

View file

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