Dirkjan Ochtman
Dirkjan Ochtman
With Firefox Aurora (19.0a2) and version 1.10.17.
Just trying this out on Quinn right now, it looks very helpful. It would be neat if documentation (the README) what, if anything, was going on in terms of caching.
Fixes #2197. @TaaviE want to test that this works?
Fixes #2159.
We've accumulated quite a bunch of stuff, and should probably release some time soon. Any thoughts on open issues/PRs (especially changes that affect the public API/behavior) that shouldn't miss the...
I tried to transpile [cronie](https://github.com/cronie-crond/cronie). After finally getting c2rust to compile on my Gentoo box (with llvm-17.0.6 installed) and generating `compile_commands.json` via `intercept-build`, this is the output I got: ```...
Followup from #2196. r? @japaric
### Problem I just ran my weekly `cargo update` against the workspace at work, and it highlighted this change: ``` Updating rustls v0.21.11 -> v0.21.12 (latest: v0.23.5) ``` This workspace...
## Motivation and Context Would be nice to avoid duplicate dependencies in downstream projects and generally keep up with dependencies offering their latest and (supposedly) greatest versions. While rustls 0.23...