mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 10:49:55 +00:00
Update rust toolchain
This commit is contained in:
parent
e318cb6c4a
commit
9950de5c9f
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(async_await, trait_alias)]
|
||||
#![feature(async_await, trait_alias, async_closure)]
|
||||
|
||||
pub mod client;
|
||||
pub mod server;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(async_await)]
|
||||
#![feature(async_await, async_closure)]
|
||||
|
||||
mod bibtex;
|
||||
mod factory;
|
||||
|
|
|
@ -1 +1 @@
|
|||
nightly-2019-05-22
|
||||
nightly-2019-08-01
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(async_await)]
|
||||
#![feature(async_await, async_closure)]
|
||||
#![recursion_limit = "128"]
|
||||
|
||||
pub mod action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue