-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix extra cuboid downloads #22
Conversation
Nope, that wasn't it. Actually.... @movestill — i'm having a hard time getting the same results; i THINK it's just downloading what it needs..? |
If I took an empty cache and downloaded less than a cuboid, say 0:128, 0:128, 0:16, I'm pretty sure I saw an extra cuboid in the positive direction along each axis. I'll try again later. I haven't been able to get myself to do any Rust after hours. Django upgrades having been crushing my soul! |
bf85c79
to
909afe3
Compare
I almost couldn't remember the Looks like rocket isn't building in CI now, though. 😢 Think something changed with the nightly Rust build. CI is configured to use the latest nightly build. |
Yes! Just found out rocket is going to (already does?) work on `stable` so
we can probably increment our rust version dep and remove the nightly
requirement!!
…On Sat, Aug 1, 2020, 11:48 AM Tim Gion ***@***.***> wrote:
I almost couldn't remember the cargo run command today! 😁
Looks like rocket isn't building in CI now, though. 😢 Think something
changed with the nightly Rust build. CI is configured to use the latest
nightly build.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFJKB5JIGO47LBI5PDKIMDR6Q2MDANCNFSM4NEPQ5OQ>
.
|
Nice, it’ll be good to switch to stable. IIRC correctly, it was something with macros that required nightly? Need to see if diesel requires nightly. It does some fancy stuff with macros, too. |
...i'm ashamed