solidity/libsolidity
Jun Zhang 2cf23e15d8 Bump fmtlib to 9.1.0
In our downstream project, we have two dependencies: solidity and spdlog.
Both of them depend on fmtlib. Unfortunately, the versions of fmtlib they
use do not match, which leads to compilation failure.

The issue arises because spdlog attempts to use solidity's fmtlib, but the
specific version (v8.0.1) has a bug. Ref: https://github.com/gabime/spdlog/issues/2142

While we could keep this change in our own fork, we believe it would
be worthwhile to contribute it back to the upstream since spdlog is a
very popular logging library.

Signed-off-by: Jun Zhang <jun@junz.org>
2023-08-28 13:58:56 +08:00
..
analysis Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
ast Remove the ability to produce an AST in presence of errors in --error-recovery mode 2023-08-21 17:50:41 +02:00
codegen Purge using namespace std from libsolidity/codegen 2023-08-14 21:37:31 +02:00
formal Purge using namespace from libsolidity/formal 2023-08-15 14:40:27 +02:00
interface Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
lsp Bump fmtlib to 9.1.0 2023-08-28 13:58:56 +08:00
parsing Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
CMakeLists.txt User-defined operators: AST 2023-02-22 00:06:17 +01:00