Skip to content
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 some bitrot in enter_grain #252

Merged

Commits on Jan 31, 2020

  1. Fix sandstorm-io#251 and some bitrot in enter_grain

    This is one commit instead of two because we didn't want to bloat the
    repository with two updates to the executable. We should really just
    remove the binary from the repo and build it; see sandstorm-io#253
    
    The bitrot:
    
    With #![feature(alloc_system)] I get an error from the rust toolchain
    that the feature has been removed. We don't appear to actually be using
    this anyway, so let's just remove it.
    zenhack committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    8ce6bd4 View commit details
    Browse the repository at this point in the history