Skip to content

spa: Use CStr literals in tests

Link Mauve requested to merge linkmauve/pipewire-rs:cstr-literals into main

This avoids the need to create a temporary CString to then downcast it into a CStr.

This requires a small MSRV bump to 1.77.

Edited by Link Mauve

Merge request reports