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

Replace all fmt::format-bits w/ std::format #1067

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Conversation

robinlinden
Copy link
Owner

@robinlinden robinlinden commented Oct 7, 2024

fmt::join was left in a few places as there's no good well-supported
alternative in the stdlib yet, and we're still depending on fmtlib via
spdlog anyway.

fmt::join was left in a few places as there's no good well-supported
alternative in the stdlib yet, and we're still depending on fmtlib via
spdlog anyway.
@robinlinden robinlinden changed the title deps: Nuke fmtlib Replace all fmt::format-bits w/ std::format Oct 7, 2024
@robinlinden robinlinden marked this pull request as ready for review October 7, 2024 22:46
@robinlinden robinlinden merged commit b5b1f3e into master Oct 10, 2024
24 checks passed
@robinlinden robinlinden deleted the deps-drop-fmt branch October 10, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant