We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4a18d0 + a6088a8 commit e772695Copy full SHA for e772695
spdlog.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: spdlog
3
- version: 1.15.0
4
- epoch: 1
+ version: "1.15.1"
+ epoch: 0
5
description: Fast C++ logging library.
6
copyright:
7
- license: MIT
@@ -18,11 +18,9 @@ environment:
18
pipeline:
19
- uses: git-checkout
20
with:
21
- expected-commit: 8e5613379f5140fefb0b60412fbf1f5406e7c7f8
+ expected-commit: f355b3d58f7067eee1706ff3c801c2361011f3d5
22
repository: https://github.com/gabime/spdlog
23
tag: v${{package.version}}
24
- cherry-picks: |
25
- v1.x/276ee5f5c0eb13626bd367b006ace5eae9526d8a: fix: update to_string_view function for fmt 11.1 (#3301)
26
27
- uses: cmake/configure
28
0 commit comments