#3287 was merged on July 16, which is great.
We needed it to implement additional functionality in the nix crate. But the nix crate obviously cannot have a "git dependency" on libc, it needs to point at something released on crates.io.
(This is all in service of https://lib.rs/crates/ktls which uses some APIs I guess nobody else thought to include in the libc crate because they're a bit niche),
I have no idea who maintains the libc crate, if there's a release schedule, who to talk to about this.
I understand reviewing PRs takes time but.. surely releasing whatever's in the default branch is somewhat automated? Or at least quick enough?
Let me know how to proceed, I'm at a complete loss here.
#3287 was merged on July 16, which is great.
We needed it to implement additional functionality in the nix crate. But the nix crate obviously cannot have a "git dependency" on libc, it needs to point at something released on crates.io.
(This is all in service of https://lib.rs/crates/ktls which uses some APIs I guess nobody else thought to include in the libc crate because they're a bit niche),
I have no idea who maintains the
libccrate, if there's a release schedule, who to talk to about this.I understand reviewing PRs takes time but.. surely releasing whatever's in the default branch is somewhat automated? Or at least quick enough?
Let me know how to proceed, I'm at a complete loss here.