Skip to content

Commit

Permalink
deps(abseil-cpp): bump abseil-cpp version to 20230802.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan authored Sep 18, 2023
1 parent 0a31f13 commit 4dbdcb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

-
-
- Bump `abseil-cpp` version to 20230802.0 by [@XuehaiPan](https://github.com/XuehaiPan) in [#79](https://github.com/metaopt/optree/pull/79).

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project(optree LANGUAGES CXX)

include(FetchContent)
set(PYBIND11_VERSION v2.10.4)
set(ABSEIL_CPP_VERSION 20230125.3)
set(ABSEIL_CPP_VERSION 20230802.0)
set(THIRD_PARTY_DIR "${CMAKE_SOURCE_DIR}/third-party")

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 4dbdcb6

Please sign in to comment.