Merge pull request #1852 from tree-sitter/default-abi-version-14
Generate parsers with ABI version 14 by default
This commit is contained in:
commit
17fb261633
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use tree_sitter_loader as loader;
|
|||
|
||||
const BUILD_VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||
const BUILD_SHA: Option<&'static str> = option_env!("BUILD_SHA");
|
||||
const DEFAULT_GENERATE_ABI_VERSION: usize = 13;
|
||||
const DEFAULT_GENERATE_ABI_VERSION: usize = 14;
|
||||
|
||||
fn main() {
|
||||
let result = run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue