feat!: bump internal abi to 15
This commit is contained in:
parent
413b7cbcca
commit
ce93d8fd9b
6 changed files with 6 additions and 20 deletions
|
|
@ -35,7 +35,7 @@ use url::Url;
|
|||
|
||||
const BUILD_VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
const BUILD_SHA: Option<&'static str> = option_env!("BUILD_SHA");
|
||||
const DEFAULT_GENERATE_ABI_VERSION: usize = 14;
|
||||
const DEFAULT_GENERATE_ABI_VERSION: usize = 15;
|
||||
|
||||
#[derive(Subcommand)]
|
||||
#[command(about="Generates and tests parsers", author=crate_authors!("\n"), styles=get_styles())]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue