Skip to content

Commit 7a4b9ad

Browse files
committed
Upgrade to ada 3.2.1
1 parent a3f7358 commit 7a4b9ad

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ada_url/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-03-10 11:49:55 -0400. Do not edit! */
1+
/* auto-generated on 2025-03-10 13:14:56 -0400. Do not edit! */
22
/* begin file src/ada.cpp */
33
#include "ada.h"
44
/* begin file src/checkers.cpp */

ada_url/ada.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2025-03-10 11:49:55 -0400. Do not edit! */
1+
/* auto-generated on 2025-03-10 13:14:56 -0400. Do not edit! */
22
/* begin file include/ada.h */
33
/**
44
* @file ada.h
@@ -10462,6 +10462,7 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) {
1046210462
if (parser.is_hash_prefix()) {
1046310463
parser.change_state(State::HASH, 1);
1046410464
}
10465+
break;
1046510466
}
1046610467
case State::HASH: {
1046710468
// Do nothing
@@ -10502,14 +10503,14 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) {
1050210503
#ifndef ADA_ADA_VERSION_H
1050310504
#define ADA_ADA_VERSION_H
1050410505

10505-
#define ADA_VERSION "3.2.0"
10506+
#define ADA_VERSION "3.2.1"
1050610507

1050710508
namespace ada {
1050810509

1050910510
enum {
1051010511
ADA_VERSION_MAJOR = 3,
1051110512
ADA_VERSION_MINOR = 2,
10512-
ADA_VERSION_REVISION = 0,
10513+
ADA_VERSION_REVISION = 1,
1051310514
};
1051410515

1051510516
} // namespace ada

0 commit comments

Comments
 (0)