Skip to content

Commit afaafc5

Browse files
committed
chore(ci): bump ada to 3.2.2
1 parent 8096762 commit afaafc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to `lua-resty-ada` will be documented in this file.
77
- Ada library will now be also loaded from <lib>.so|.dylib.<version>, in addition to
88
wrong <lib>.<version>.so|.dylib.
99
### Changed
10-
- Bumped Ada to `3.2.1
10+
- Bumped Ada to `3.2.2`
1111

1212
## [1.1.0] - 2024-09-03
1313
### Added

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(
44
ada
55
DESCRIPTION "Fast spec-compliant URL parser"
66
LANGUAGES C CXX
7-
VERSION 3.2.1
7+
VERSION 3.2.2
88
)
99

1010
set(CMAKE_CXX_STANDARD 20)
@@ -18,7 +18,7 @@ include(FetchContent)
1818

1919
FetchContent_Declare(
2020
ada
21-
URL https://github.com/ada-url/ada/releases/download/v3.2.1/singleheader.zip
21+
URL https://github.com/ada-url/ada/releases/download/v3.2.2/singleheader.zip
2222
URL_HASH SHA256=2954ff2208aa016de4213af7371273e1c41c71571e373eadf550ada808c79f42
2323
)
2424

0 commit comments

Comments
 (0)