[rust]: remove vecdeque_binary_search feature

This commit is contained in:
appflowy 2021-11-22 08:43:48 +08:00
parent 19521bf695
commit 9453f8a4b7
2 changed files with 2 additions and 2 deletions

2
backend/rust-toolchain Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2021-04-24"

View File

@ -1,5 +1,3 @@
#![feature(vecdeque_binary_search)]
pub mod errors;
pub mod module;
mod notify;