Skip to content

Commit 8e37ccc

Browse files
authored
Upgrade LevelDb dependency from a pinned commit to 1.23 (#886)
1 parent d2e9058 commit 8e37ccc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cmake/external/leveldb.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(TARGET leveldb)
1818
return()
1919
endif()
2020

21-
set(version e0d5f83a4f80060fe5b5d80025f0ad049bca430e)
21+
set(version 1.23)
2222

2323
ExternalProject_Add(
2424
leveldb

release_build_files/readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,11 @@ workflow use only during the development of your app, not for publicly shipping
567567
code.
568568

569569
## Release Notes
570+
### Upcoming Release
571+
- Changes
572+
- Firestore/Database (Desktop): Upgrade LevelDb dependency to 1.23
573+
([#886](https://github.com/firebase/firebase-cpp-sdk/pull/886)).
574+
570575
### 8.10.0
571576
- Changes
572577
- General (iOS): Fixed additional issues on iOS 15 caused by early

0 commit comments

Comments
 (0)