Skip to content

Commit ec0f137

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update ada to 3.3.0
PR-URL: #60045 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent dbeee55 commit ec0f137

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

deps/ada/ada.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */
1+
/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */
22
/* begin file src/ada.cpp */
33
#include "ada.h"
44
/* begin file src/checkers.cpp */

deps/ada/ada.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */
1+
/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */
22
/* begin file include/ada.h */
33
/**
44
* @file ada.h
@@ -10515,14 +10515,14 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) {
1051510515
#ifndef ADA_ADA_VERSION_H
1051610516
#define ADA_ADA_VERSION_H
1051710517

10518-
#define ADA_VERSION "3.2.9"
10518+
#define ADA_VERSION "3.3.0"
1051910519

1052010520
namespace ada {
1052110521

1052210522
enum {
1052310523
ADA_VERSION_MAJOR = 3,
10524-
ADA_VERSION_MINOR = 2,
10525-
ADA_VERSION_REVISION = 9,
10524+
ADA_VERSION_MINOR = 3,
10525+
ADA_VERSION_REVISION = 0,
1052610526
};
1052710527

1052810528
} // namespace ada

0 commit comments

Comments
 (0)