Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spdlog: cherry pick fix for compat with fmt >= 11.1 #38783

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion spdlog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spdlog
version: 1.15.0
epoch: 0
epoch: 1
description: Fast C++ logging library.
copyright:
- license: MIT
Expand All @@ -22,6 +22,8 @@ pipeline:
expected-commit: 8e5613379f5140fefb0b60412fbf1f5406e7c7f8
repository: https://github.com/gabime/spdlog
tag: v${{package.version}}
cherry-picks: |
v1.x/276ee5f5c0eb13626bd367b006ace5eae9526d8a: fix: update to_string_view function for fmt 11.1 (#3301)

- uses: cmake/configure
with:
Expand Down
Loading