Open reneeichhorn opened 8 years ago
Ah yeah this is currently expected in the sense that crates.io only allows at most 10MB crate uploads. I can add exceptions on a crate-by-crate basis, but 300MB is kinda big :(
Some possibilities you could have are:
If you're pretty close to the limit (e.g. 15MB or instead of 10) I can bump the limit for this crate as well!
Thanks for your support! For now I added only the required stuff to my repo instead of the whole submodule, works fine now. The zipped repo is now at 5mb.
Awesome! I'll leave this open to improve the error message
For reference, the error message is here: https://github.com/rust-lang/cargo/blob/5c77b5da082a639b6930162a6caa068ebafa866f/crates/crates-io/lib.rs#L172
Looking at this issue, it seems like the users concern is resolved and there isn't a note on what is remaining.
I'm assuming this is being left open for improving the quality of the error message (writing raw HTML to the screen makes it harder to read).
When I try to publish the crate: https://github.com/rust-openvr/rust-openvr-sys I get the following error:
In my project I'm using a submodule that has the size ~300mb so I guess thats the problem, but anyway this should also print a proper error message instead of that. And what possibilities do I have to publish my crate?