Skip to content

Commit ecdc2ce

Browse files
committed
chore(ci): bump ada to 3.2.4
1 parent 75404b3 commit ecdc2ce

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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.4`
1111

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

CMakeLists.txt

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

1010
set(CMAKE_CXX_STANDARD 20)
11+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
12+
set(CMAKE_CXX_EXTENSIONS OFF)
1113

1214
# Avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP in CMake 3.24:
1315
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
@@ -18,8 +20,8 @@ include(FetchContent)
1820

1921
FetchContent_Declare(
2022
ada
21-
URL https://github.com/ada-url/ada/releases/download/v3.2.1/singleheader.zip
22-
URL_HASH SHA256=2954ff2208aa016de4213af7371273e1c41c71571e373eadf550ada808c79f42
23+
URL https://github.com/ada-url/ada/releases/download/v3.2.4/singleheader.zip
24+
URL_HASH SHA256=bd89fcf57c93e965e6e2488448ab9d1cf8005311808c563b288f921d987e4924
2325
)
2426

2527
FetchContent_MakeAvailable(ada)

0 commit comments

Comments
 (0)