Luca Palmieri
Luca Palmieri
Unfortunately the size of the production server has no influence on the size of the build server 😞
We are waiting for DO to do something. You can work around the problem by building the Docker image via GitHub actions and telling DO to use it, as @chamons...
Thanks for reporting the issue! I'll patch the issue before the next release :)
For the time being I have pinned `quickcheck` to `0.9.2`. I have opened a PR with a potential solution https://github.com/BurntSushi/quickcheck/pull/271 - I'll update the book according to the outcome :)
The latest release adopts @cedeerwe's fix - it pins `quickcheck_macros` to `0.9.1` which should work without any issue.
This indeed on `fake`, not on our implementation. I'll see what can be done in a newer revision.
Hey! This won't work because `cargo-manifest` (used by `cargo-chef`) doesn't know how to parse the manifests using the new unstable feature. I'm afraid I am not open to PRs on...
Oh, that's great! I'll prepare a patch then!
If you run `cargo-upgrade` to pull in the latest version of `cargo-manifest` it _should_ work 👍🏻
Sorry, I actually need to run it on this repository to upgrade the contents of our `Cargo.lock`. I'll do it once I get to my machine.