Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deps: update ada to 3.3.0
  • Loading branch information
nodejs-github-bot authored and github-actions[bot] committed Sep 28, 2025
commit 20b02af545e9f31582e3f74b364a626a58dc46b4
2 changes: 1 addition & 1 deletion deps/ada/ada.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */
/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */
/* begin file src/ada.cpp */
#include "ada.h"
/* begin file src/checkers.cpp */
Expand Down
8 changes: 4 additions & 4 deletions deps/ada/ada.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */
/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */
/* begin file include/ada.h */
/**
* @file ada.h
Expand Down Expand Up @@ -10515,14 +10515,14 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) {
#ifndef ADA_ADA_VERSION_H
#define ADA_ADA_VERSION_H

#define ADA_VERSION "3.2.9"
#define ADA_VERSION "3.3.0"

namespace ada {

enum {
ADA_VERSION_MAJOR = 3,
ADA_VERSION_MINOR = 2,
ADA_VERSION_REVISION = 9,
ADA_VERSION_MINOR = 3,
ADA_VERSION_REVISION = 0,
};

} // namespace ada
Expand Down
Loading