everx-labs/ever-cli

build error on ton_client

depool-live opened this issue · 2 comments

macOS 10.13.6
tonos-cli 0.3.0

error: reached the type-length limit while instantiating tokio::loom::std::unsafe_cell::U...<T, S>::dealloc::{{closure}}#1]>
--> /Users/user/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/loom/std/unsafe_cell.rs:13:5
|
13 | / pub(crate) fn with_mut(&self, f: impl FnOnce(*mut T) -> R) -> R {
14 | | f(self.0.get())
15 | | }
| |_____^
|
= note: consider adding a #![type_length_limit="1149087"] attribute to your crate

error: aborting due to previous error

error: could not compile ton_client.

Would you please check your rust version?
It' seems you have an old one.

Would you please check your rust version?
It' seems you have an old one.
Checked on rust 1.49.0. If it's up to date, I'll reopen issue