Skip to content

hotfix linux/macos build

Choose a tag to compare

@codebyant codebyant released this 27 Jun 01:33
· 3 commits to main since this release

fix macOS sed and cargo HTTP2 failures

BSD sed rejects -i without suffix; perl -i works on both GNU and BSD.
Cargo HTTP2 framing errors on crates.io mitigated via multiplexing off + retries.