1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-31 19:27:09 +02:00

Enforce nightly toolchain

This code and some of its dependencies (like futures-async-stream) rely on #[feature()], so it doesn't make sense to build this with stable compiler.
This commit is contained in:
vthriller 2019-08-24 18:23:44 +03:00
parent 5a72f6db56
commit f69f0b9c62

1
rust-toolchain Normal file
View File

@ -0,0 +1 @@
nightly-2019-08-22