rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.25k stars 284 forks source link

postgres version doesn't conflict with rand #550

Closed AndyGauge closed 4 years ago

AndyGauge commented 4 years ago

fixes #ISSUE_ID

:tada: Hi and welcome! Please read the text below and remove it - Thank you! :tada:

No worries if anything in these lists is unclear. Just submit the PR and ask away! :+1:


Things to check before submitting a PR

Things to do after submitting PR

Thank you for reading, you may now delete this text! Thank you! :smile:

workingjubilee commented 4 years ago

Maybe experiment with edition = "2018" in Cargo.toml or crate renaming in the use/extern crate statements?

AndyGauge commented 4 years ago

Problem with percent-encoding on nightly appears to be related to cargo changes.