File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ All notable changes to `lua-resty-ada` will be documented in this file.
7
7
- Ada library will now be also loaded from <lib >.so|.dylib.<version >, in addition to
8
8
wrong <lib >.<version >.so|.dylib.
9
9
### Changed
10
- - Bumped Ada to `3.2.1
10
+ - Bumped Ada to ` 3.2.4 `
11
11
12
12
## [ 1.1.0] - 2024-09-03
13
13
### Added
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ project(
4
4
ada
5
5
DESCRIPTION "Fast spec-compliant URL parser"
6
6
LANGUAGES C CXX
7
- VERSION 3.2.1
7
+ VERSION 3.2.4
8
8
)
9
9
10
10
set (CMAKE_CXX_STANDARD 20)
11
+ set (CMAKE_CXX_STANDARD_REQUIRED ON )
12
+ set (CMAKE_CXX_EXTENSIONS OFF )
11
13
12
14
# Avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP in CMake 3.24:
13
15
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0" )
@@ -18,8 +20,8 @@ include(FetchContent)
18
20
19
21
FetchContent_Declare(
20
22
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
23
25
)
24
26
25
27
FetchContent_MakeAvailable(ada)
You can’t perform that action at this time.
0 commit comments