Skip to content

Commit

Permalink
fix: ensure bundled fmt includes have priority over system/homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 31, 2024
1 parent b396438 commit 3bd9bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ endif(CMAKE_BUILD_TYPE STREQUAL Debug)
# ...................................................................
# External projects

def_ext_prj_g(DWARFS "tebako-v0.8.1")
def_ext_prj_g(DWARFS "tebako-v0.8.2")
def_ext_prj_g(INCBIN "348e36b")

if(NOT IS_WINDOWS)
Expand Down
2 changes: 1 addition & 1 deletion common.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEPS=deps
INCBIN_TAG=348e36b
DWARFS_TAG=tebako-v0.8.1
DWARFS_TAG=tebako-v0.8.2
GLOG_TAG=v0.5.0
GFLAGS_TAG=v2.2.2
DC_TAG=v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.8
0.5.9

0 comments on commit 3bd9bf0

Please sign in to comment.