Skip to content

Commit

Permalink
chore(deps): bump ada to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Jan 31, 2025
1 parent 2003834 commit 1b79651
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `lua-resty-ada` will be documented in this file.

## [1.2.0] - Unreleased
### Changed
- Bumped Ada to `3.0.1`

## [1.1.0] - 2024-09-03
### Added
- `url:decode` method
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ project(
ada
DESCRIPTION "Fast spec-compliant URL parser"
LANGUAGES C CXX
VERSION 2.9.2
VERSION 3.0.1
)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)

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

FetchContent_Declare(
ada
URL https://github.com/ada-url/ada/releases/download/v2.9.2/singleheader.zip
URL_HASH SHA256=b2cce630590b490d79ea4f4460ba77efd5fb29c5a87a4e8cb7ebc4859bc4b564
URL https://github.com/ada-url/ada/releases/download/v3.0.1/singleheader.zip
URL_HASH SHA256=bfb4f74d0cc160c6453e290332224f53cf74aedd1f820026a1bc806d965cb25d
)

FetchContent_MakeAvailable(ada)
Expand Down

0 comments on commit 1b79651

Please sign in to comment.