Giter Club home page Giter Club logo

Comments (6)

BanjoFox avatar BanjoFox commented on August 28, 2024

Wouldn't that include most of Rocket? >.>

from aardwolf.

pwoolcoc avatar pwoolcoc commented on August 28, 2024

Yea, the only unstable feature our application code uses outside of rocket.rs-related stuff is try_from, and that is mostly there as a convenience -- we could easily get rid of that.

Here is the tracking issue from rocket.rs about compiling on stable: rwf2/Rocket#19

from aardwolf.

KD0BPV avatar KD0BPV commented on August 28, 2024

Does it? Hrm. That's kind of disappointing. Oh well, I'll see if I can get my Gentoo system updated to nightly, then.

from aardwolf.

pwoolcoc avatar pwoolcoc commented on August 28, 2024

It might be good to use the "version file" feature of rustup.rs to pin us to a specific nightly version -- that way, anyone using rustup.rs to managed their installed toolchains will always get the specific nightly version of the toolchain that we know works.

https://github.com/rust-lang-nursery/rustup.rs#the-toolchain-file

from aardwolf.

KD0BPV avatar KD0BPV commented on August 28, 2024

That sounds like a good plan. Now to just get my system to switch to rustup, while still keeping Firefox installed. I can understand Firefox having Rust as a build dependency, but why do I have to keep it as a run-time dependency? This could get tricky...

from aardwolf.

BanjoFox avatar BanjoFox commented on August 28, 2024

@KD0BPV
According to the Rocket documentation you should be able to do directory-specific Rust.

If you prefer, once we setup a project directory in the following section, you can use per-directory overrides to use the nightly version only for your Rocket project by running the following command in the directory:
rustup override set nightly

from aardwolf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.