Deploy with nightly
# help
i
Hi, i'm new to Shuttle. I would like to deploy a test-app but have some trouble. I want to use the unstable feature async_fn_in_trait, which is by definition unavailable on stable. Would it be possible to deploy with a nightly toolchain?
a
Hiya, as far as I know it's not possible to deploy to shuttle on nightly unfortunately
i
oh that's too bad, but thank you for the response! Might i ask: do you know if it is a limitation by lack of maturity, or a deliberate choice ?
d
Are you aware of the
async-trait
crate? That's what we're all using to work with async fns in traits, just FYI.
i
actually i am aware. or rather i used to be. but somehow seem to have forgotten about it, yesterday. i feel very noob. but thanks a bunch!!
d
Haha, happens to me all the time! Happy hacking!