Generate parsers with ABI version 14 by default

This commit is contained in:
Max Brunsfeld 2022-09-02 12:31:29 -07:00
parent 366210ae92
commit e2fe380a08

View file

@ -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();