ebkalderon / renderdoc-rs

RenderDoc application bindings for Rust
Apache License 2.0
45 stars 6 forks source link

Build with stable Rust before building with Nightly #76

Closed ebkalderon closed 4 years ago

ebkalderon commented 4 years ago

Fixed

Seems like there is an incompatibility with the Cargo.lock files generated between older and newer versions of Rust (most likely the new merge-friendly format), which is affecting CircleCI in recent PRs (see #75).

This commit should hopefully allow us to start with an old lockfile, test our changes on stable, and then subsequently upgrade to the new lockfile format with nightly.

ebkalderon commented 4 years ago

Woohoo! Looks like that did the trick. 🎉