rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 41 forks source link

Use toml 0.5 #11

Closed jyn514 closed 4 years ago

jyn514 commented 4 years ago

This allows docs.rs to only have one version of toml, not both 0.4 and 0.5. See https://github.com/rust-lang/docs.rs/issues/459 for context.

pietroalbini commented 4 years ago

Thanks!