Skip to content

Commit 8a3fdc4

Browse files
chore(deps): bump google-benchmark from 1.9.4 to 1.9.5
1 parent dba8d3a commit 8a3fdc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### Changed
1010

11-
- NIL
11+
- Updated Google Benchmark dependency from 1.9.4 to 1.9.5
1212

1313
### Deprecated
1414

benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif()
1616

1717
include(FetchContent)
1818

19-
set(NFX_DATATYPES_DEPS_BENCHMARK_VERSION "1.9.4")
19+
set(NFX_DATATYPES_DEPS_BENCHMARK_VERSION "1.9.5")
2020

2121
find_package(benchmark ${NFX_DATATYPES_DEPS_BENCHMARK_VERSION} QUIET)
2222
if(NOT benchmark_FOUND)

0 commit comments

Comments
 (0)