Commit 93c44c56 authored by Xavier Deguillard's avatar Xavier Deguillard Committed by Facebook GitHub Bot

fmt: update fmt to 8.0.1

Summary:
In buck builds, fmt is at 8.0.1 which isn't entirely compatible with fmt 7 that
getdeps uses. Let's sync up the version.

Reviewed By: chadaustin

Differential Revision: D33832051

fbshipit-source-id: 7de71c4b675f220c0aa5b418c3466d65d78e9292
parent 14f796e0
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
name = fmt name = fmt
[download] [download]
url = https://github.com/fmtlib/fmt/archive/7.0.3.tar.gz url = https://github.com/fmtlib/fmt/archive/refs/tags/8.0.1.tar.gz
sha256 = b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297 sha256 = b06ca3130158c625848f3fb7418f235155a4d389b2abc3a6245fb01cb0eb1e01
[build] [build]
builder = cmake builder = cmake
subdir = fmt-7.0.3 subdir = fmt-8.0.1
[cmake.defines] [cmake.defines]
FMT_TEST = OFF FMT_TEST = OFF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment