budziq / rust-skeptic

Test your Rust Markdown documentation via Cargo
Apache License 2.0
285 stars 43 forks source link

Get rlib hash from parent path of json in fingerprint #121

Closed AndyGauge closed 3 years ago

AndyGauge commented 4 years ago

Fixes #120

AndyGauge commented 4 years ago

current rust nightly no longer allows extern crates in markdown. This pull request addresses the changes to the compiler internals which removed the hash from the json file's name.

mitchmindtree commented 4 years ago

Can confirm, recently all of the nannou guide tests began failing, however switching our skeptic dependency over to this branch resolves our issues.

Thanks @AndyGauge!

AndyGauge commented 4 years ago

This is how the rust cookbook is doing it in case anyone else has the need before this is merged:

skeptic = { git = 'https://github.com/andygauge/rust-skeptic'}
djc commented 3 years ago

Thanks for your contribution!